Get attendance records for a student

Returns attendance history for a student filtered by optional date range and track IDs.

Authentication

AuthorizationBearer

You can retrieve your token by visiting your dashboard and clicking Generate API token.

Path parameters

student_idstringRequired

Request

This endpoint expects an object.
start_datestring or nullOptional
Must be a valid date.
end_datestring or nullOptional

Must be a valid date. Must be a date after or equal to start_date.

track_idslist of integersOptional
track IDs list.

Response

Successful POST response for /api/v1/attendance/student/{student_id}/records.

statusenum
Allowed values:
messagestring
datalist of objects