Skip to main content
GET
/
api
/
v1
/
external
/
logs
Export Audit Log Records
curl --request GET \
  --url https://app.govworx.net/api/v1/external/logs
{
  "data": [
    {
      "id": 123,
      "timestamp": "<string>",
      "eventType": "<string>",
      "actorName": "<string>",
      "actorUsername": "<string>",
      "details": "<string>",
      "createdBy": 123,
      "updatedAt": "<string>",
      "updatedBy": 123
    }
  ],
  "pagination": {
    "truncated": true,
    "suggestedNextFrom": "<string>",
    "recordsReturned": 123,
    "timeRange": {
      "from": "<string>",
      "to": "<string>"
    }
  }
}

Query Parameters

from
string
to
string
limit
integer<int32>
default:1000

Response

200 - */*

OK

data
object[]
pagination
object