This API allows you to retrieve class routines for a specific class.
Retrieves the class routine for a specific class.
level
: Required. Level for which the routine is to be retrieved.day
: Required. Day for which the routine is requiredsemester
: Required. Semester whose routine is required
If successful, the response will contain the following data:
routine
: An array of objects representing the class routine for the specified level and day. Each object will have the following properties:subject
: The subject of the class.group
: The group for which the class is for.startTime
: The start time of the class.endTime
: The end time of the class.subject
: The subject of the class.teacher
: The name of the teacher teaching the class.
*** Visit /api endpoint for more details. ***