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
Name | Description | Type | Additional information |
---|---|---|---|
categoryID | The Category ID to find statuses for. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IncidentStatusCategoryViewName | Description | Type | Additional 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. |