- Home
- JSON
- WorkspaceEvent
The CatalogueEvent super class
- Abstract Type
- Subtypes
- UpdatedItemEvent, RenamedFolderEvent, FolderAdminDowngradeEvent, SharedFolderEvent, FolderAddedUserEvent, UnsharedFolderEvent, FolderRemovedUserEvent, AddedItemEvent, FolderAdminUpgradeEvent, DeletedItemEvent
Properties
| name |
data type |
constraints |
description |
| 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
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"type" : "...",
"idsToNotify" : [ "...", "..." ],
"idsAsGroup" : true
}