Get a callout

Retrieves the current state of a callout. Status strings are free-form legacy values and may use mixed casing.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

calloutIdintegerRequired
Callout identifier.

Response

Successful.
messagestring
calloutobject

The nested callout view returned when reading a callout (GET /callouts/{calloutId}) or updating its location and returning it (updateLocationAndReturnCallout). This differs from the flat Callout returned by the creation endpoints: incident, location, and dispatch details are grouped under incidentInformation.

Errors

401
Unauthorized Error
404
Not Found Error