Modified Dispatch
This push event sends data when an existing dispatch call is modified.
EVENT_DISPATCH_EDIT 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