v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
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

namestring

Professor's name on Testudo

Example response

[
  {
    "name": "Aaron Bartlett",
    "taught": [
      {
        "semester": 202001,
        "course": "ENGL101"
      }
    ]
  }
]