GET api/incident/actions
This method gets the list of actions that can be applied to an incident.
Error Messages
- 404/Not Found - Incident actions not found - Specified ID is not assigned to any Incident Actions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IncidentActionView| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentActionID | The unique ID of the action | integer |
None. |
| Action | The name of the action | string |
None. |
| Description | A description of the action | string |
None. |
| SystemInbound | The action for either inbound or outbound communication | boolean |
None. |
| CommunicationTypeID | The form of communication | integer |
None. |