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

# View specific sections

`GET /courses/sections/{section_ids}`

Returns paginated list of sections

## Path parameters

- `section_ids` string[], required — One or more comma separated section ids, of format DEPTNNN-XXXX.

## Query parameters

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

## Other responses

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

---

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