Update page 'API Documentaion'
parent
183dce991d
commit
4aace136ea
@ -29,7 +29,7 @@ Section that contains the specification for the courses get request. /courses re
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### /timetable?course={coursename}
|
### /timetable?courseName={coursename}
|
||||||
Section that contains the specification for the /timetable/{coursename} get request. /timetable/{coursename} returns 6 arrays (Monday to Saturday) containing the timetable. Each array (day) contains 7 lessons.
|
Section that contains the specification for the /timetable/{coursename} get request. /timetable/{coursename} returns 6 arrays (Monday to Saturday) containing the timetable. Each array (day) contains 7 lessons.
|
||||||
Each lesson has the following values:
|
Each lesson has the following values:
|
||||||
* lessonID: formate: DAY.TIMESLOT.LESSON, range: 0.0.0 to 5.5.x (0.0.0 = Monday.firstTimeSlot.firstLesson, 5.6.x = Saturday.lastTimeSlot.lastLesson)
|
* lessonID: formate: DAY.TIMESLOT.LESSON, range: 0.0.0 to 5.5.x (0.0.0 = Monday.firstTimeSlot.firstLesson, 5.6.x = Saturday.lastTimeSlot.lastLesson)
|
||||||
|
Loading…
Reference in New Issue
Block a user