For support support@leadrat.com
entity to filter by entity type (e.g. Demand, Receipt, Unit) and entityId to narrow to a single entity.Authorization: ********************x-tenant-id: ********************curl --location --request GET '/bookings//audit-trail?entity&entityId&page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"totalElements": 0,
"totalPages": 0,
"pageable": {
"paged": true,
"pageSize": 0,
"pageNumber": 0,
"offset": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"unpaged": true
},
"first": true,
"last": true,
"size": 0,
"content": [
null
],
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"numberOfElements": 0,
"empty": true
}