GET
/v1/attendances/{id}
curl \
--request GET 'https://classmanager.test/v1/attendances/att_xxxxxxxx'
Response examples (200)
{
"id": "att_123123123123",
"companyId": "co_123123123123",
"classId": "cl_123123123123",
"studentId": "st_123123123123",
"status": "present",
"date": "2023-12-05",
"time": "23:15"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}