The CatalogueEvent super class
| name | data type | constraints | description |
|---|---|---|---|
| fileItem | FileItemBean | required | |
Properties inherited from WorkspaceEvent |
|||
| idsToNotify | array of string | required | the username of the user you wish to notify |
| idsAsGroup | boolean | required boolean | optionl field, set to true if the idsToNotify are contexts, default is false |
| type | WorkspaceEventType | ||
Example
{
"fileItem" : {
"id" : "...",
"name" : "...",
"title" : "...",
"path" : "...",
"parent" : {
"id" : "...",
"name" : "...",
"title" : "...",
"displayName" : "...",
"path" : "...",
"parentId" : "...",
"vreFolder" : true
}
},
"type" : "ITEM_NEW",
"idsToNotify" : [ "...", "..." ],
"idsAsGroup" : true
}