submit:attendance permission. The subject is always the caller — there is no userId parameter. Outcome totals across a date range.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/me/recap?from=&to='{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"from": "2019-08-24",
"to": "2019-08-24",
"PENDING": 0,
"PRESENT": 0,
"EXCUSED": 0,
"ABSENT": 0,
"late": 0,
"total": 0
}
}