ParameterisedActionStructure Data Type

Subtypes
ManualAction, PublishToTvAction, NotifyByEmailAction, NotifyBySmsAction, PushedActionStructure, PublishToAlertsAction, NotifyByPagerAction, ManualActionStructure, PublishToMobileAction, PublishToWebAction, NotifyUserAction, PublishToDisplayAction
Implemented Interfaces
Serializable
Properties
name data type description
Description NaturalLanguageStringStructure
ActionData array of ActionDataStructure
Properties inherited from SimpleActionStructure
ActionStatus ActionStatusEnumeration

Example

{
  "Description" : {
    "value" : "...",
    "lang" : "..."
  },
  "ActionData" : [ {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "Name" : "...",
    "Type" : "...",
    "Value" : [ { }, { } ],
    "Prompt" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "ActionStatus" : "open"
}