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"
      }
    ]
  }
]

Changes

Changed in 4 of the 12 revisions of this API.15

    • added the new optional query request parameter course_id

      new-optional-request-parameter

    • added the new optional query request parameter name

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 404

      response-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