Get Calls
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
Last updated
Was this helpful?
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
Last updated
Was this helpful?
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our page.
POST
https://api.sonorancad.com/emergency/get_calls
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
id*
string
Your community's ID
key*
string
Your community's API Key
type*
string
GET_CALLS
data*
array
Array of request objects
closedLimit
int
Limit number of closed dispatch calls returned (Max 100, Default 10)
closedOffset
int
Used to paginate through the closed dispatches when paired with the limit
The GET_CALLS API endpoint returns arrays of the following object structures:
Sonoran CAD uses integer enumeration values for the origin
and status
fields. See the tables below for more information.
0
CALLER
1
RADIO DISPATCH
2
OBSERVED
3
WALK_UP
These represent the default options.