Unit Logoff

This push event is sent whenever a unit logs into the CAD.

EVENT_UNIT_LOGOUT

{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "EVENT_UNIT_LOGOUT",
    "data": [
        {
            "identId": 1, // Identifier ID
        }
    ]
}

Enumeration Values

Sonoran CAD uses integer enumeration values for the unit STATUS field. See the tables below for more information. These values reflect the default unit status options.

Last updated