GET api/incident/IncidentType/{id}
The purpose of this method is to get an Incident Type by its ID so it can be used when logging a ticket.
Error Messages
- 404/Not Found - Incident Type not found - Specified ID is not assigned to an ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | The ID of the incident Type | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IncidentTypeView| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentTypeID | The Incident Type ID | integer |
None. |
| Name | The Incident Type name | string |
Required String length: inclusive between 0 and 50 |
| CLIs | Determines whether the Incident Type is an Openreach incident | integer |
None. |
| OpenReach | Determines whether the Incident Type is an Openreach incident | integer |
None. |
| SupervisorEmail | Email address of the supervisor of the Incident Type | string |
String length: inclusive between 0 and 255 |
| Default | indicates whether the Incident Type is the default Incident Type selected when a user reports a fault | boolean |
Required |
| Discontinue | Indicates whether the Incident Type has been discontinued | boolean |
Required |