{
"type" : "object",
"description" : "Reference action for items.",
"properties" : {
"action" : { "type":"string",
"description":"Depicts the requested action e.g. edit"},
"type" : { "type": "string", "optional": true,
"description":"Depicts object type for this action e.g. a template to create an item from."},
"items" : { "type":"array", "optional":true, "items": { "properties": {
"id" : { "type": "string" },
"type" : { "type": "string" },
"name" : { "type": "string", "optional":true,
"description": "Display name for this item" },
"systemID" : { "type": "string", "optional":true,
"description": "Identifies the system the item originates. This can be used by widgets that handle items of different systems e.g. Tasks widget using Federated services." },
"systemType": {"type":"string", "optional":true,
"enum" : ["SYSTEM_TYPE_ICM", "SYSTEM_TYPE_WLE", "SYSTEM_TYPE_WPS" ],
"description":"Type of the system. Is only set if using the Federated services"}
} } }
} }
The payload object contains the following values:
action
view to open tasks or edit
to edit accepted tasks.