List of sections
Returns paginated list of sections
Query parameters
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.
For paginated responses, the page to view. 1-indexed. Defaults to 1 if omitted.
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.
7 or 8 digit course id. See the course object for more info.
Number of total seats in a section, with optional comparator, separated by a pipe. Valid comparators are eq, leq, lt, gt, geq, neq.
Number of open seats in a section, with optional comparator, separated by a pipe. Valid comparators are eq, leq, lt, gt, geq, neq.
Number of people on the waitlist for a class, with optional comparator, separated by a pipe. Valid comparators are eq, leq, lt, gt, geq, neq.
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
}
]Changes
Changed in 5 of the 12 revisions of this API.29
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterper_pagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametercourse_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteropen_seatsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterseatsnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersemesternew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwaitlistnew-optional-request-parameter
- ○
- ▲
the
items/semesterresponse's property type/format changed fromstring/tonumber/for status200response-property-type-changed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲