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

UnsharedFolderEvent Data Type

Properties
name data type constraints description
unsharedFolderId string required
unsharedFolderName string required
Properties inherited from WorkspaceEvent
idsAsGroup boolean required boolean
type WorkspaceEventType  
idsToNotify array of string required

Example

{
  "unsharedFolderId" : "...",
  "unsharedFolderName" : "...",
  "type" : "FOLDER_UNSHARE",
  "idsAsGroup" : true,
  "idsToNotify" : [ "...", "..." ]
}