The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Data:
[
{
Id: 0,
RistId: String,
Type: 0,
Description: String,
IncidentName: String,
IncidentNameFixed: String,
IncidentCode: String,
EscalationLevel: 0,
FireHazmat: 0,
RescueTrauma: 0,
PoliceCrime: 0,
Traffic: 0,
SmokeWater: 0,
Weather: 0,
ThirdAlarm: 0,
National: 0,
International: 0
}
],
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}