Memos

Get View

GetMemoView gets a View by name.

GET
/api/v1/users/{user}/views/{view}

Path Parameters

user*string

The user id.

view*string

The view id.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/users/string/views/string"
{  "name": "string",  "title": "string",  "filter": "string",  "icon": {    "emoji": "string",    "lucide": "string"  }}