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

# Get a Subsection of a Pathway

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

This endpoint retrieves the subsection (lesson) and all its resources in an existing Pathway. <br><br><h3>Required Scope</h3>`pathways:write` or `pathways:read`.

## Path parameters

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

## Response `200`

Success

- InlineResponse2001
  - `data` InlineResponse2001Data
    - `type` string
    - `id` string — The id of the section.
    - `attributes` InlineResponse2001DataAttributes
      - `sequence` integer — The sequence of the section. By default, sequence will append to end of current sequence. If the sequence has already been used with another section, an error will occur.
      - `title` string — The title of the section.
      - `description` string — The description of the section.
      - `resources` InlineResponse2001DataAttributesResources[]
        - `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.dev/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.dev/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
