ActionsStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PublishToWebAction array of PublishToWebAction
PublishToMobileAction array of PublishToMobileAction
PublishToTvAction PublishToTvAction
PublishToAlertsAction array of PublishToAlertsAction
ManualAction array of ManualAction
NotifyByEmailAction array of NotifyByEmailAction
NotifyBySmsAction NotifyBySmsAction
NotifyByPagerAction array of NotifyByPagerAction
NotifyUserAction array of NotifyUserAction
Extensions object

Example

{
  "PublishToWebAction" : [ {
    "Incidents" : true,
    "HomePage" : true,
    "Ticker" : true,
    "SocialNetwork" : [ "...", "..." ],
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "open"
  }, {
    "Incidents" : true,
    "HomePage" : true,
    "Ticker" : true,
    "SocialNetwork" : [ "...", "..." ],
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "open"
  } ],
  "PublishToMobileAction" : [ {
    "Incidents" : true,
    "HomePage" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  }, {
    "Incidents" : true,
    "HomePage" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  } ],
  "PublishToTvAction" : {
    "Ceefax" : true,
    "Teletext" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "open"
  },
  "PublishToAlertsAction" : [ {
    "ByEmail" : true,
    "ByMobile" : true,
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  }, {
    "ByEmail" : true,
    "ByMobile" : true,
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  } ],
  "ManualAction" : [ {
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  }, {
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  } ],
  "NotifyByEmailAction" : [ {
    "email" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "closed"
  }, {
    "email" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "open"
  } ],
  "NotifyBySmsAction" : {
    "Phone" : "...",
    "Premium" : true,
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "closed"
  },
  "NotifyByPagerAction" : [ {
    "PagerGroupRef" : "...",
    "Pager" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  }, {
    "PagerGroupRef" : "...",
    "Pager" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "open"
  } ],
  "NotifyUserAction" : [ {
    "WorkgroupRef" : "...",
    "UserName" : "...",
    "UserRef" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "closed"
  }, {
    "WorkgroupRef" : "...",
    "UserName" : "...",
    "UserRef" : "...",
    "BeforeNotices" : {
      "Interval" : [ { }, { } ]
    },
    "ClearNotice" : true,
    "Description" : {
      "value" : "...",
      "lang" : "..."
    },
    "ActionData" : [ {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    }, {
      "Name" : "...",
      "Type" : "...",
      "Value" : [ { }, { } ],
      "Prompt" : [ { }, { } ]
    } ],
    "ActionStatus" : "published"
  } ],
  "Extensions" : { }
}