name | data type | description |
---|---|---|
WorkgroupRef | string | |
UserName | string | |
UserRef | string | |
Properties inherited from PushedActionStructure |
||
BeforeNotices | BeforeNotices | |
ClearNotice | boolean | |
Properties inherited from ParameterisedActionStructure |
||
Description | NaturalLanguageStringStructure | |
ActionData | array of ActionDataStructure | |
Properties inherited from SimpleActionStructure |
||
ActionStatus | ActionStatusEnumeration |
Example
{ "WorkgroupRef" : "...", "UserName" : "...", "UserRef" : "...", "BeforeNotices" : { "Interval" : [ { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 }, { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 } ] }, "ClearNotice" : true, "Description" : { "value" : "...", "lang" : "..." }, "ActionData" : [ { "Name" : "...", "Type" : "...", "Value" : [ { }, { } ], "Prompt" : { "value" : "...", "lang" : "..." } }, { "Name" : "...", "Type" : "...", "Value" : [ { }, { } ], "Prompt" : { "value" : "...", "lang" : "..." } } ], "ActionStatus" : "open" }