GET api/incident/{categoryID}/status

Returns a list of statuses for the specified category.

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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryID The Category ID to find statuses for. integer

Required

Body Parameters

None.

Response Information

Resource Description

IncidentStatusCategoryView
NameDescriptionTypeAdditional information
IncidentStatusID The Incident Status ID integer

None.

Status The status of the incident string

None.

Description A description of the incident string

None.

Actionable Indicates if actions can be taken in this incident boolean

None.

Responsible boolean

None.

First Indicates it is the first status boolean

None.

Final Indicates it is the final status boolean

None.

Delete Indicates whether the incident is deleted boolean

None.

Timeout integer

None.

TimeoutStatus integer

None.