Memos

Get Memo View

GetMemoView gets a memo 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"}