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

WorkspaceEvent Data Type

Abstract Type
Subtypes
UpdatedItemEvent, RenamedFolderEvent, FolderAdminDowngradeEvent, SharedFolderEvent, FolderAddedUserEvent, UnsharedFolderEvent, FolderRemovedUserEvent, AddedItemEvent, FolderAdminUpgradeEvent, DeletedItemEvent
Properties
name data type constraints description
idsAsGroup boolean required boolean
type WorkspaceEventType  
idsToNotify array of string required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "type" : "...",
  "idsAsGroup" : true,
  "idsToNotify" : [ "...", "..." ]
}