Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
curl --request GET \ --url https://realtime.govworx.net/realtime/v1/call/{id}
{ "id": "<string>", "call_sid": "<string>", "call_status": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "summary": { "title": "<string>", "summary": "<string>", "nature": "<string>", "location": "<string>", "severity": "<string>", "hazards": "<string>", "timeSensitivity": "<string>", "callerInfo": "<string>", "suspectDetails": "<string>", "ancillaryServices": "<string>", "additionalRemarks": "<string>" }, "call_socket": { "token": { "token": "<string>", "expires": 123, "issued": 123, "capability": "<string>", "clientId": "<string>" }, "channel": "<string>" } }
Get the current state of a call
Include call summary in the response
Include call notification socket details in the response
Returns data for the specified call
Show child attributes