New Dispatch
The dispatch event sends dispatch call information to your community when a dispatch call is created.
EVENT_DISPATCH_NEW POST
This push event is not sent triggered via the API. API triggers should be listened to locally on the game server.
Enumeration Values
Sonoran CAD uses integer enumeration values for the ORIGIN
and STATUS
fields. See the tables below for more information.
Integer (Enumeration) Value | Origin Description |
0 | CALLER |
1 | RADIO DISPATCH |
2 | OBSERVED |
3 | WALK UP |
Idents
The idents
field is an array of identifier/unit IDs. These IDs can be mapped by caching a table from the get units endpoint.
Last updated