v1

latestOpenAPI 3.0.12026-07-1761025.1 KB
Venues

Get a list of all venues

Get a list of all venues, including lecture theatres, seminar rooms, laboratories, etc. used in the given semester's classes. This endpoint only returns an array of names, and is useful for searching and autocompletion.

get/{acadYear}/semesters/{semester}/venues.json

Path parameters

acadYearstring required
Example:2018-2019

academic year, with the slash (/) replaced by a dash

semester1 | 2 | 3 | 4 required

semester, with 1 and 2 representing semester 1 and 2, and 3, 4 representing special term 1 and 2

Response

Success

string[] required

Example response

[
  "LT19"
]