Get Calls
This endpoint allows you to retrieve all active emergency calls, active dispatch calls, and previously closed dispatch calls.
Get Calls
Request Body
Name
Type
Description
{
// See below for full object structuring
"activeCalls": [], // DISPATCH CALL Array
"emergencyCalls": [], // EMERGENCY CALL Array
"closedCalls": [], // CLOSED CALL Array
}INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_CALLS",
"data": [
{
"serverId": 1 // Default 1 - See out guide on setting up multiple servers
"closedLimit": 100, // OPTIONAL: Limit number of closed calls retuned (Max 100, default 10)
"closedOffset": 0 // OPTIONAL: Used to paginate beyond the limit
"type": 0 // OPTIONAL: CALL_TYPE ENUM Specify emergency or dispatch calls only, returns both if not specified
},
]
}Object Structuring
Enumeration Values
Integer (Enumeration) Value
Origin Description
Integer (Enumeration) Value
Status Description
Integer (Enumeration) Value
Status Description
Integer (Enumeration) Value
Call Type Description
Last updated
Was this helpful?

