GET api/incident/status

This method gets a list of incident statuses.

Error Messages
  • 404/Not Found - No status values were found.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

IncidentStatusView
NameDescriptionTypeAdditional information
CategoryID The category ID of the incident integer

None.

Category The category of the incident string

None.

IncidentStatusID The incident status ID integer

None.

Status The status of the incident in text format string

None.

Description A description of the incident string

None.

Actionable Indicates whether the action can be actioned. Incidents are not actionable when the incident is waiting for a response boolean

None.

Responsible Indicates the customer is able to respond to the incident boolean

None.

First A status indicating the start of processing the incident boolean

None.

Final A status indicating the closure of an incident boolean

None.

Delete Indicates whether the incident has been deleted boolean

None.

Timeout The tiemout time for this status integer

None.

TimeoutStatus The ID of the timeout setting integer

None.