Skip to main content
GET
/
api
/
v1
/
external
/
mcp
/
resources
/
epcrs
/
{eventId}
Get ePCRs by Event ID
curl --request GET \
  --url https://app.govworx.net/api/v1/external/mcp/resources/epcrs/{eventId}
[
  {
    "id": 123,
    "eventId": 123,
    "recordNumber": "<string>",
    "parsedJson": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.govworx.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

eventId
integer<int64>
required

Response

200 - */*

OK

id
integer<int64>
eventId
integer<int64>
recordNumber
string
parsedJson
string