| name | data type | constraints | description |
|---|---|---|---|
| trashed | boolean | required boolean | |
| externalManaged | boolean | required boolean | |
| boolean | required boolean | ||
| locked | boolean | required boolean | |
| publicItem | boolean | required boolean | |
| title | string | ||
| description | string | ||
| lastModifiedBy | string | ||
| lastModificationTime | number | ||
| creationTime | number | ||
| lastAction | ItemAction | ||
| boolean | required boolean | ||
| ownerNode | Owner | ||
| accounting | Accounting | ||
| metadata | Metadata | ||
| owner | string | ||
Properties inherited from RootItem |
|||
| primaryType | string | ||
| parentId | string | ||
| relatedNode | object | ||
| name | string | ||
| parentPath | string | ||
| path | string | ||
| id | string | ||
Example
{
"trashed" : true,
"externalManaged" : true,
"shared" : true,
"locked" : true,
"publicItem" : true,
"title" : "...",
"description" : "...",
"lastModifiedBy" : "...",
"lastModificationTime" : 12345,
"creationTime" : 12345,
"lastAction" : "UPDATED",
"hidden" : true,
"ownerNode" : {
"userId" : "...",
"userName" : "..."
},
"accounting" : {
"entries" : [ {
"user" : "...",
"date" : 12345,
"type" : "SET_ACL",
"primaryType" : "...",
"version" : "..."
}, {
"user" : "...",
"date" : 12345,
"type" : "ENABLED_PUBLIC_ACCESS",
"primaryType" : "...",
"version" : "..."
} ]
},
"metadata" : {
"map" : {
"property1" : { },
"property2" : { }
}
},
"owner" : "...",
"primaryType" : "...",
"parentId" : "...",
"relatedNode" : { },
"name" : "...",
"parentPath" : "...",
"path" : "...",
"id" : "..."
}