Memo Service
List Memo Shares
ListMemoShares lists all share links for a memo. Requires authentication as the memo creator.
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"
}
]
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}