Get Active Units
This endpoint allows you to retrieve all active units in your CAD.
Get Active Units
Request Body
Name
Type
Description
// Array of unit objects
[
{
"id": -1, // Unique Identifier ID
"accId": "123-456-7890", // Account UUID
"status": 0, // See UNIT_STATUS Enum
"isPanic": false, // PANIC State
"location": "1234 E. Test Ave",
"aop": "South District",
"isDispatch": false,
"data": {
"apiId1": "STEAM:1234", // API ID - Typically Steam Hex
"apiId2": "STEAM:1234", // API ID - Typically Steam Hex
"unitNum": "A-10",
"name": "Brian Sosnowski",
"district": "Maricopa County",
"department": "MCSO",
"subdivision": "Speed Enforcement",
"rank": "CPT",
"group": "CAR 51", // Name of unit group
}
}
]Enumeration Values
Integer (Enumeration) Value
Description
Last updated
Was this helpful?

