New 911 Call
The 911 Call API endpoint allows you to send 911 calls from in-game directly to your dispatchers.
Emergency Call
Request Body
Name
Type
Description
EMERGENCY CALL ADDED ID: {ID}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": "CALL_911",
"data": [
{
"serverId": 1, // Server ID Integer
"isEmergency": true, // Displays EMERGENCY or CIVIL type in the CAD
"caller": "John Doe",
"location": "1234 E. Test St.",
"description": "Help, someone is breaking into my house!",
"metaData": {
"someKey": "someValue", // OPTIONAL: metaData for API custom storage
"x": 1000, // OPTIONAL: Live Map X Coordinate
"y": 1000 // OPTIONAL: Live Map Y Coordinate
},
"deleteAfterMinutes": 30 // OPTIONAL: Delete record after X minutes (temporary record)
}
]
}Server ID
Meta Data
Property
Type
Description
Last updated
Was this helpful?

