Get Active Units
This endpoint allows you to retrieve all active units in your CAD.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
Get Active Units
POST
https://api.sonorancad.com/emergency/get_active_units
This endpoint allows you to retrieve all active units in your CAD.
Request Body
Name
Type
Description
id
string
Your community's ID
key
string
Your community's API Key
type
string
GET_ACTIVE_UNITS
data
array
Array of request objects
Enumeration Values
Sonoran CAD uses integer enumeration values for the unit's status
fields. See the tables below for more information. These represent the default unit status options.
Integer (Enumeration) Value
Status Description
0
UNAVAILABLE
1
BUSY
2
AVAILABLE
3
ENROUTE
4
ON_SCENE
Last updated