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
calloutId
Callout identifier.
Response
Successful.
message
callout
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
