Room timetable
The room timetable API returns all scheduled activities in a given room on a particular date:
https://api.datanose.nl/Rooms/<room-number>?date=<date>
Example call: https://api.datanose.nl/Rooms/SPD1.112/?date=2018-06-19
A list of activities is returned, with the following fields:
CourseCode | Code of the course the activity corresponds to |
Description | Name of the course the activity corresponds to |
Rooms | An array containing the names of all scheduled rooms for this activity |
Staff |
An array containing the names of all staff for this activity |
StartTime | The start time in hours |
Duration | The duration in hours |
Type | The activity type, e.g. 'Hoorcollege' |