GET api/incident
This method returns a complete list of incidents.
Error Messages
- 404/Not Found - No incidents found
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IncidentView| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentID | The ID of the incident | integer |
None. |
| CLIs | The CLI that relates to the incident | Collection of string |
None. |
| CompanyName | The name of the Company the incident belongs to | string |
None. |
| SiteName | Name of the site the incident belongs to | string |
None. |
| Logged | The date and time this incident was logged | date |
None. |
| LoggedBy | The user who logged this incident | string |
None. |
| IncidentTypeID | A type descriptor for the incident | integer |
None. |
| SymptomID | The kind of problems had | integer |
None. |
| CategoryID | A category descriptor for the incident | integer |
None. |
| Summary | An overview of the incident | string |
None. |
| Notes | Any miscellaneous notes regarding the incident | string |
None. |
| Priority | The importance of the incident | integer |
None. |