GET api/incident/categories

The purpose of this method is get a list of incident cateogries which can then be used when logging an incident.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

IncidentCategoryView
NameDescriptionTypeAdditional information
IncidentCategoryID The unique ID of the incident category integer

None.

Category The category name string

None.

Description Plain English description of the category string

None.

Escalate Time spent before the issue can be escalated decimal number

None.

IncidentTypeID The ID of the Incident Type integer

None.