courses

List sections

Returns paginated list of sections

get/courses/sections/{section_ids}

Path parameters

section_idsstring[] required

One or more comma separated section ids

Response

Successful Operation

coursestring
section_idstring
semesternumber
numberstring
seatsstring
open_seatsstring
waitliststring
instructorsstring[]

Example response

[
  {
    "course": "ENGL101",
    "section_id": "ENGL101-0101",
    "semester": 201501
  }
]

Changes