Memos

List Views

ListMemoViews returns a user's Views. Each view is a named, reusable CEL filter (see MemoView.filter); pass its filter string directly to the ListMemos `filter` argument.

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

Path Parameters

user*string

The user id.

Response Body

application/json

application/json

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