lessons_list
Retrieve lessons for a specific date, showing scheduled and actual states with substitutions. Filter by class, teacher, room, course, or student to get the relevant timetable.
Instructions
Get lessons (timetable) for a given day with optional filters. Returns actual (with substitutions) and scheduled state per lesson.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date YYYY-MM-DD or YYYYMMDD | |
| room_id | No | Filter by room ID | |
| class_id | No | Filter by class ID | |
| course_id | No | Filter by course ID | |
| work_type_id | No | Filter by work type ID | |
| course_type_id | No | Filter by course type ID | |
| student_person_id | No | Filter by student person ID | |
| teacher_person_id | No | Filter by teacher person ID |