Memos
Memo Service

List Memo Shares

ListMemoShares lists all share links for a memo. Requires authentication as the memo creator.

GET
/api/v1/memos/{memo}/shares

Path Parameters

memo*string

The memo id.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/memos/string/shares"
{  "memoShares": [    {      "name": "string",      "createTime": "2019-08-24T14:15:22Z",      "expireTime": "2019-08-24T14:15:22Z"    }  ]}