courses
View specific sections
Returns paginated list of sections
get/courses/sections/{section_ids}
Path parameters
section_idsstring[] required
One or more comma separated section ids, of format DEPTNNN-XXXX.
Query parameters
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
Example response
[
{
"course": "ENGL101",
"section_id": "ENGL101-0101",
"semester": 201501
}
]