class_dashboard

Get Class Students Table

One row per student plus the CLASSE aggregate.

Rows come back in roster order; the table's column sorting is client-side, so changing sort does not re-request.

get/teacher/classes/{class_id}/dashboard/students

Path parameters

class_idstring required

Query parameters

periodstring nullable

Selected period: t1 / t2 / t3 / this_week / this_month / vacances_ete / school_year. An unrecognised value falls back to the full school year rather than erroring, so a stale bookmark still renders.

Selected period: t1 / t2 / t3 / this_week / this_month / vacances_ete / school_year. An unrecognised value falls back to the full school year rather than erroring, so a stale bookmark still renders.

Response

Successful Response

class_namestring required
periodstring required
total_studentsinteger required
active_studentsinteger required
evaluation_completionnumber nullable
devoir_completionnumber nullable
controle_completionnumber nullable
weightsobject required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.