Unit Login
This push event is sent whenever a unit logs into the CAD.
EVENT_UNIT_LOGIN
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_UNIT_LOGIN",
"data": [
{
"unit":
{
"id": -1,
"accId": "123-456-7890", // Account UUID
"status": 0, // See UNIT_STATUS Enum
"isPanic": false, // PANIC State
"location": "1234 E. Test Ave",
"aop": "South District",
"data": {
"apiIds": [
"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
"page": 0 // Police
}
},
"isDispatch": false,
"selfDispatch": false
}
]
}Enumeration Values
Unit Status
Unit Page
Integer (Enumeration) Value
Description
Last updated
Was this helpful?

