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