Get Calls
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
Last updated
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
Last updated
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing 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.
Name | Type | Description |
---|---|---|
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.
Integer (Enumeration) Value | Origin Description |
---|---|
Integer (Enumeration) Value | Status Description |
---|---|
Integer (Enumeration) Value | Status Description |
---|---|
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
0
CALLER
1
RADIO DISPATCH
2
OBSERVED
3
WALK_UP
0
PENDING
1
ACTIVE
2
CLOSED
0
UNAVAILABLE
1
BUSY
2
AVAILABLE
3
ENROUTE
4
ON_SCENE