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

FolderAdminDowngradeEvent Data Type

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

Example

{
  "folderItem" : {
    "displayName" : "...",
    "name" : "...",
    "id" : "...",
    "path" : "...",
    "vreFolder" : true,
    "parentId" : "...",
    "title" : "..."
  },
  "type" : "FOLDER_ADMIN_DOWNGRADE",
  "idsAsGroup" : true,
  "idsToNotify" : [ "...", "..." ]
}