Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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/epcrs/{eventId}
[ { "id": 123, "eventId": 123, "recordNumber": "<string>", "parsedJson": "<string>" } ]
Fetch all ePCR records for an event. Returns the full parsed JSON for each ePCR. Token must have ‘Browse Events’ or ‘Manage Events’ permission.
OK