---
title: "Get a Section of a Pathway"
method: GET
path: "/api/v2/pathways/{id}/sections/{section-id}"
tags: ["Pathway"]
---

# Get a Section of a Pathway

`GET /api/v2/pathways/{id}/sections/{section-id}`

This endpoint returns all section details for the specified section of an existing Pathway. <br><br><h3>Required Scope</h3>`pathways:read` or `pathways:write`

## Path parameters

- `id` string, required
- `section-id` string, required

## Response `200`

Success

- DetailedPathwaySection
  - `data` DetailedPathwaySectionData
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` DetailedPathwaySectionDataAttributes
      - `title` string, nullable — The title of the section.
      - `sequence` integer
      - `description` string
      - `lessons` PathwayLesson[], nullable
        - `lesson-id` string — The ID of the subsection.
        - `sequence` integer
        - `title` string, nullable
        - `description` string, nullable
        - `resources` PathwayResource[], nullable
          - `lesson-resource-id` string, nullable
          - `content-id` string, nullable — Unique ID identifying the content.
          - `id` string, nullable — Unique ID identifying the content.
          - `sequence` integer
          - `type` string, nullable — The type of content. For example, Article, Book, Video, Course, Podcast (also referred to as Episode), Assessment, or Event.
          - `title` string, nullable
          - `description` string, nullable
          - `requirement` string, nullable
          - `note` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/versions/4a22b709515c/schema)
