---
title: "List sections"
method: GET
path: "/courses/sections/{section_ids}"
tags: ["courses"]
---

# List sections

`GET /courses/sections/{section_ids}`

Returns paginated list of sections

## Path parameters

- `section_ids` string[], required

## Response `200`

Successful Operation

- Section[]
  - `course` string
  - `section_id` string
  - `semester` number
  - `number` string
  - `seats` string
  - `meetings` Meeting[]
    - `days` string
    - `room` string
    - `building` string
    - `classtype` string
    - `start_time` string
    - `end_time` string
  - `open_seats` string
  - `waitlist` string
  - `instructors` string[]

## Other responses

- `400` — Malformed section id
- `404` — Unknown section id

## Changes

- **2020-03-31** `b4919cd9fb0d` — 1 breaking, 2 info
  - the `items/semester` response's property type changed from `string` to `number` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
- **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/:section_ids/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/b4919cd9fb0d/schema)
