List a student's attendance records

Returns attendance marks for a student, newest attendance date first, optionally filtered by attendance tracks and an inclusive date range.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

student_idstringRequired

Request

This endpoint expects an object.
start_datedateOptional
end_datedateOptional
track_idslist of integersOptional

Response

Student attendance records
statusstringOptional
messagestringOptional
datalist of objectsOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error