Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
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>"
}
}
}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>"
}
}
}