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

CatalogueEvent Data Type

Properties
name data type constraints description
idsToNotify array of string required
notifyText string required
itemURL string required
itemId string required
type CatalogueEventType  
idsAsGroup boolean required boolean

Example

{
  "idsToNotify" : [ "...", "..." ],
  "notifyText" : "...",
  "itemURL" : "...",
  "itemId" : "...",
  "type" : "ITEM_SUBMITTED",
  "idsAsGroup" : true
}