MemoViewService

GetMemoView gets a memo view by name.

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

Path parameters

userstring required

The user id.

viewstring required

The view id.

Response

OK

namestring

The resource name of the memo view. Format: users/{user}/views/{view}

titlestring required

The title of the memo view.

filterstring required

The CEL filter expression for the memo view, using the same grammar as the ListMemos filter argument. Reuse it by passing this value to ListMemos.

Changes