View sections for a course
Returns info about one or more courses
Path parameters
One or more comma separated course ids, in format DEPTNNN with up to 2 trailing characters.
Query parameters
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 4 of the 12 revisions of this API.25
- ○
api operation id
getCourseSectionsByIdremoved and replaced withgetSectionsForCourseapi-operation-id-removed
- ○
added the new optional
queryrequest parametersemesternew-optional-request-parameter
- ○
- ▲
the
items/semesterresponse's property type/format changed fromstring/tonumber/for status200response-property-type-changed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ▲
- ○
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
- ▲