New Dispatch
The dispatch event sends dispatch call information to your community when a dispatch call is created.
EVENT_DISPATCH_NEW POST
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_DISPATCH_NEW",
"data": [
"eventOriginIdent": 123, // Identifier that created/caused this event
"dispatch": {
"callId": -1,
"origin": 0, // See ORIGIN Enum
"status": 0, // See CALL_STATUS Enum
"priority": 1, // 1, 2, or 3
"block": "123",
"address": "4234 E. Example Ave",
"postal": "456",
"title": "Traffic Stop",
"code": "10-39 - Traffic Stop",
"description": "Traffic Stop - Blue Sedan - XP123BS",
"notes": "",
"idents": [
987,
123,
456,
],
"metaData": {
"origin911": 1 // 911 call ID if created from a 911 call
}
}
]
}Enumeration Values
Idents
Last updated
Was this helpful?

