D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

WorkspaceEvent Data Type

The CatalogueEvent super class

Abstract Type
Subtypes
UpdatedItemEvent, RenamedFolderEvent, FolderAdminDowngradeEvent, FolderAddedUserEvent, SharedFolderEvent, 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
}