Get attendance metrics

Calculates and returns attendance statistics for selected tracks within a date range and optional class/grade filters.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
start_datestringRequired
Must be a valid date.
end_datestringRequired

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

track_idslist of integersOptional
track IDs list.
grade_idslist of integersOptional
grade IDs list.
class_idslist of integersOptional
class IDs list.

Response

Successful POST response for /api/v1/attendance/metrics.

statusenum
Allowed values:
messagestring
dataobject