get https://api.next-tech.com/v1/eventlog/
NOTE! It's important to read the Guides section regarding event log before starting to use this endpoint
Log in to see full request history
Responses
NOTE! It's important to read the Guides section regarding event log before starting to use this endpoint
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/eventlog/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
22{
"items": [
{
"id": 5,
"changed": "2025-04-13T18:38:37.570Z",
"changeduserid": 7,
"created": "2025-04-13T18:38:37.570Z",
"createduserid": 3,
"action": "CREATE",
"clientidentifier": "ACME",
"projectid": 445,
"projectno": "166077",
"recordid": 1234,
"storename": "Project",
"type": "PROJECT_MOVE"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}