courses
List of minified courses
Returns list of all course codes and names
get/courses/list
Query parameters
sortstring
a comma-separated list of course properties. Defaults to ASCENDING order, use a - (minus) prefix for DESCENDING order. For example, ?sort=course_id,-credits sorts the results ASCENDING by course_id and DESCENDING by credits.
pagenumber
For paginated responses, the page to view. 1-indexed. Defaults to 1 if omitted.
per_pagenumber
Endpoints that return a large amount of items are paginated to 30 items by default. You can use this parameter to set a page size up to 100.
semesterstring
6-digit semester ID to search, with optional comparator, separated by a pipe. Valid comparators are eq, leq, lt, gt, geq, neq.
Response
Successful Operation