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://app.govworx.net/api/v1/external/mcp/resources/incidents/{incidentId}
{ "id": 123, "number": "<string>", "sysId": "<string>", "caseNumber": "<string>", "priority": "<string>", "incidentType": "<string>", "initialIncidentType": "<string>", "callerNumber": "<string>", "callerName": "<string>", "agency": "<string>", "agencyType": "<string>", "location": "<string>", "latitude": "<string>", "longitude": "<string>", "responseArea": "<string>", "disposition": "<string>", "additionalContext": "<string>", "callPosition": "<string>", "callTakerId": "<string>", "callTakerName": "<string>", "callSource": "<string>", "radioChannel": "<string>", "incidentDate": "2023-11-07T05:31:56Z", "dispatchQueueAt": "2023-11-07T05:31:56Z", "callReceivedTime": "2023-11-07T05:31:56Z", "callPickupTime": "2023-11-07T05:31:56Z", "callHangupTime": "2023-11-07T05:31:56Z", "closedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "notes": [ { "noteId": "<string>", "note": "<string>", "noteBy": "<string>", "noteAt": "2023-11-07T05:31:56Z" } ], "responders": [ { "personnelId": "<string>", "personnelFirstName": "<string>", "personnelLastName": "<string>", "unitName": "<string>", "dispatchedBy": "<string>", "dispatchedAt": "2023-11-07T05:31:56Z", "enrouteAt": "2023-11-07T05:31:56Z", "arrivedAt": "2023-11-07T05:31:56Z", "clearedAt": "2023-11-07T05:31:56Z" } ], "event": { "id": 123, "number": "<string>" } }
Fetch a single incident by ID. Token must have ‘Browse Events’ or ‘Manage Events’ permission.
OK
Show child attributes