submit:attendance permission. The subject is always the caller — there is no userId parameter. Paginated, newest first.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/me/history?page=&limit=&from=&to='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"date": "2019-08-24",
"slotId": "string",
"outcome": "PENDING",
"reasonId": "string",
"checkInAt": "string",
"checkOutAt": "string",
"isLate": true,
"lateMinutes": 0,
"isEarlyLeave": true,
"earlyLeaveMinutes": 0,
"missingCheckIn": true,
"missingCheckOut": true,
"workMinutes": 0,
"note": "string"
}
]
}