POST /a/user-meta/bookmarks
Special API for Bookmarks, will load userMeta and the associated nodes, and return as a node list
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
All | boolean |
Body Example
{
"All": true
}
Response Example (200)
Response Type /definitions/restBulkMetaResponse
{
"Nodes": [
{
"AppearsIn": [
{
"Path": "string",
"WsLabel": "string",
"WsScope": "string",
"WsSlug": "string",
"WsUuid": "string"
}
],
"Commits": [
{
"Data": "string",
"Description": "string",
"Event": {
"Metadata": {},
"Optimistic": true,
"Silent": true,
"Source": "[Recursive structure]",
"Target": "[Recursive structure]",
"Type": "string"
},
"Location": "[Recursive structure]",
"MTime": "string",
"OwnerUuid": "string",
"Size": "string",
"Uuid": "string"
}
],
"Etag": "string",
"MTime": "string",
"MetaStore": {},
"Mode": 10,
"Path": "string",
"Size": "string",
"Type": "string",
"Uuid": "string"
}
],
"Pagination": {
"CurrentOffset": 10,
"CurrentPage": 10,
"Limit": 10,
"NextOffset": 10,
"PrevOffset": 10,
"Total": 10,
"TotalPages": 10
}
}