GET
/v1/attendances/stats
curl \
--request GET 'https://localhost/v1/attendances/stats'
Response examples (422)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (200)
[
{
"classId": "cl_123123123123",
"date": "2023-12-05",
"time": "13:30",
"completePercent": 95,
"attendancePercent": 87,
"presentCount": 18,
"absentCount": 2,
"expectedCount": 20,
"completeCount": 19,
"incompleteCount": 1
}
]
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}