| name | data type | constraints | description |
|---|---|---|---|
| fileItem | FileItemBean | required | |
Properties inherited from WorkspaceEvent |
|||
| idsAsGroup | boolean | required boolean | |
| type | WorkspaceEventType | ||
| idsToNotify | array of string | required | |
Example
{
"fileItem" : {
"parent" : {
"displayName" : "...",
"name" : "...",
"id" : "...",
"path" : "...",
"vreFolder" : true,
"parentId" : "...",
"title" : "..."
},
"name" : "...",
"id" : "...",
"path" : "...",
"title" : "..."
},
"type" : "ITEM_UPDATE",
"idsAsGroup" : true,
"idsToNotify" : [ "...", "..." ]
}