professors
List professors
Returns list of all professors
get/professors
Query parameters
namestring
Professor's name.
course_idstring
7 or 8 digit course id. See the course object for more info.
Response
Successful Operation
Example response
[
{
"name": "Aaron Bartlett",
"taught": [
{
"semester": 202001,
"course": "ENGL101"
}
]
}
]Changes
Changed in 4 of the 12 revisions of this API.15
- ○
added the new optional
queryrequest parametercourse_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameternamenew-optional-request-parameter
- ○
- ○
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
- ▲