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/events/{eventId}
{ "id": 123, "number": "<string>", "eventType": "<string>", "summary": "<string>", "location": "<string>", "eventDate": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "personnel": [ { "id": 123, "userId": 123, "firstName": "<string>", "lastName": "<string>", "personnelId": "<string>" } ], "incident": { "id": 123, "number": "<string>" }, "media": [ { "id": 123, "type": "<string>" } ] }
Fetch a single event by ID. Token must have ‘Browse Events’ or ‘Manage Events’ permission.
OK
Show child attributes