teacher_favorites

List Favorites

List the current teacher's favorites, with resolved exercise details.

Pulls the public/teacher exercise rows in two batched queries rather than per-row — scales linearly with favorite count, flat cost per page.

get/teacher-favorites

Query parameters

limitinteger
skipinteger

Response

Successful Response

idstring required
teacher_idstring required
subject'maths' | 'physique-chimie'
public_exercise_idstring nullable
teacher_exercise_idstring nullable
target_type'public' | 'teacher' required
added_atstring date-time required
titlestring nullable
content_previewstring nullable
category_pathstring[]
typestring nullable
librarystring nullable
originstring nullable

Changes