POST
/api/audit/search
curl \
--request POST http://api.example.com/api/audit/search \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"start":0,"length":10,"filter":{"fromDate":"2024-10-01","toDate":"2024-10-31"},"order":[]}'
Request examples
{
"start": 0,
"length": 10,
"filter": {
"fromDate": "2024-10-01",
"toDate": "2024-10-31"
},
"order": []
}