GET api/incident/{IncidentID}

This method returns details of the specified incident.

Error Messages
  • 404/Not Found - Incident not found - The specified ID is not assigned to any incident

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncidentID The IncidentID of the desired incident. integer

Required

Body Parameters

None.

Response Information

Resource Description

IncidentView
NameDescriptionTypeAdditional 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.