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_id
Request
This endpoint expects an object.
start_date
end_date
track_ids
Response
Student attendance records
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

