---
title: "List of sections"
method: GET
path: "/courses/sections"
tags: ["courses"]
---

# List of sections

`GET /courses/sections`

Returns paginated list of sections

## Query parameters

- `sort` string
- `page` number
- `per_page` number
- `course_id` string
- `seats` string
- `open_seats` string
- `waitlist` string
- `semester` string

## Response `200`

Successful Operation

- Section[]
  - `course` string — The associated course id
  - `section_id` string — A unique section identifier, always the course_id with a four-digit section number appended to it.
  - `semester` number — Numeric representation of the semester, in format YYYYMM
  - `number` string — The other half of section_id
  - `seats` string — The number of seats for the section.
  - `meetings` Meeting[] — Array of section meetings.
    - `days` string — The days of the week that a course meets. Will be some combination of M, Tu, W, Th, F in that order.
    - `room` string — The room number the meeting is in.
    - `building` string — The building the meeting is in.
    - `classtype` string — Lecutre, Discussion, Lab, etc.
    - `start_time` string — The time the meeting starts, in format (x)y:zw[a|p]m (e.g. 10:45am, or 6:30pm)
    - `end_time` string — The time the meeting ends, in format (x)y:zw[a|p]m (e.g. 10:45am, or 6:30pm)
  - `open_seats` string — The number of open seats for the section.
  - `waitlist` string — The number of people on the waitlist.
  - `instructors` string[] — An array of professor names for the section

## Changes

- **2020-04-23** `c645c466611f` — 3 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`
  - added the new optional `query` request parameter `sort`
- **2020-04-19** `1f4fb7230e02` — 5 info
  - added the new optional `query` request parameter `course_id`
  - added the new optional `query` request parameter `open_seats`
  - added the new optional `query` request parameter `seats`
  - added the new optional `query` request parameter `semester`
  - …1 more
- **2020-03-31** `b4919cd9fb0d` — 1 breaking
  - the `items/semester` response's property type/format changed from `string`/`` to `number`/`` for status `200`
- **2020-02-18** `ae6661642f5a` — 1 info
  - endpoint added
- **2019-07-02** `f2f973dd5f11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/umdio/apis/umd-io/changes/courses/sections/get.md)

---

[API](https://skmtc.dev/umdio/apis/umd-io.md) · [All operations](https://skmtc.dev/umdio/apis/umd-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/umdio/umd-io/revisions/c0fac695dd04/schema)
