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