read:attendance permission. Append-only: audit rows have no update or delete path.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/admin/records//audit'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"action": "CREATE",
"before": {},
"after": {},
"reason": "string",
"ip": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"actor": {
"id": "string",
"name": "string",
"image": "string"
}
}
]
}