Skip to main content
GET
/
api
/
v1
/
external
/
mcp
/
resources
/
incidents
/
{incidentId}
Get Incident by ID
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>"
  }
}

Path Parameters

incidentId
integer<int64>
required

Response

200 - */*

OK

id
integer<int64>
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
string<date-time>
dispatchQueueAt
string<date-time>
callReceivedTime
string<date-time>
callPickupTime
string<date-time>
callHangupTime
string<date-time>
closedAt
string<date-time>
createdAt
string<date-time>
notes
object[]
responders
object[]
event
object