get_timetable_range
Retrieve daily timetables for a class, student, teacher, or classroom across any date range, returning schedule data for each day in a single response.
Instructions
Get timetable for a target (class, student, teacher, classroom) for every day
between start_date and end_date (inclusive). Returns a dict keyed by date
(YYYY‑MM‑DD) with each value being the result of get_timetable for that day.
Days with no published data get an empty lessons list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ||
| subdomain | No | ||
| target_id | Yes | ||
| start_date | Yes | ||
| target_type | Yes |