MemoService

ListMemoAttachments lists attachments for a memo.

get/api/v1/memos/{memo}/attachments

Path parameters

memostring required

The memo id.

Query parameters

pageSizeinteger

Optional. The maximum number of attachments to return.

pageTokenstring

Optional. A page token for pagination.

Response

OK

nextPageTokenstring

A token for the next page of results.

Changes