teacher-exercise-history

List Exercise History

List distinct library exercises the current teacher already gave.

Draft assignments are excluded — only actually-given work counts. All Mongo lookups are batched (one query per collection), so the cost stays flat regardless of assignment count.

get/teacher-exercise-history

Response

Successful Response

exercise_idstring required
library'excellence' | 'calcul' | 'annales' required
titlestring nullable
content_previewstring nullable
category_pathstring[]
typestring nullable
originstring nullable
difficultystring nullable
last_given_atstring date-time nullable
times_giveninteger
assignment_titlesstring[]

Changes