Table of Contents |
---|
...
Input can be provided in the form of HTTP GET URL parameters (which should be URL encoded properly) or an HTTP POST/PUT body that is in application/x-www-form-urlencoded
. Most parameters are optional, when this is not the case this is mentioned in the documentation. Dates and times can be specified in one of the following format:
- 'today' or 'tomorrow' for the current or next day at 0:00;
- Unix timestamp format (in milliseconds sinds 1970, so don't forget to multiply/divide by 1000);
- ISO 8601 format (
yyyy-MM-ddTHH:mm:ss±HH:mm
): elements on the right side (time, time zone) are optional; - Legacy format (
YYYY/MM/DD HH:MM
): the time is optional.
Authentication and authorisation
...
Example response body
Code Block | ||
---|---|---|
| ||
[ { "activityDescription": "SystemTsjechische letterkunde biology2", "activityTypeDescription": "LectureWerkcollege", "activityTypeName": "ClassWerkcollege", "endDate": 13419162000001355320800000, "highlighted": false, "locations": [ { "capacityavoidConcurrencyLocationIds": 24[], "idcapacity": "D2D0C6A8E334B242289FBAA7F69759BB"16, "keyid": "#SPLUS9759BB492E26C5A6F3BDE74C11240C046C3257", "namekey": "G3.104" }, "908K04SEM1", { "capacityname": 24, "id": "D2D0C6A8E334B242289FBAA7F69759BC""Bungehuis K.04", "key": "#SPLUS9759BC", "name": "G3.110" "url": null } ], "moduleCode": "#SPLUS969C58UvA/FGW/TLK_133214266", "notes": null, "staffMembers": [ "Mrdr. Martinez (Maz)",E.R.G. Metz" "Ms. Adams (Ada)"], ]"startDate": 1355313600000, "startDatestudentSets": 1341909000000[], "studentSetstimetableKeys": [ "BI group"2010!module!40B7FB6233A4AD9834C7B999276851F5" 3A" ] ] } ] |
/timetablefilters
Method: GET
...