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

# Get a Specific Pathway

`GET /api/v2/pathways/{id}`

This endpoint retrieves all data on a specific pathway. <h3>Required Scope</h3>`pathways:read` or `pathways:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- DetailedPathway
  - `data` DetailedPathwayData
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` DetailedPathwayDataAttributes
      - `title` string, nullable — The title of the pathway.
      - `summary` string, nullable — The summary of the pathway.
      - `visibility` string, nullable — Can only be `Author`, `Public`, `Group`, `ProfileVisible` or `Unknown`.
      - `degreed-url` string, nullable — URL location of the pathway within Degreed UI.
      - `sections` PathwaySection[], nullable
        - `section-id` string
        - `sequence` integer
        - `title` string, nullable
        - `description` string, nullable
        - `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
      - `created-at` string, date-time — The date that the pathway was created. (UTC)
      - `modified-at` string, date-time, nullable — The date that the pathway was modified. (UTC)
      - `is-endorsed` boolean — Indicates whether the pathway is endorsed. Endorsed Pathways indicate that a learning professional in your organization reviewed and validated its content.
      - `share-author-permission` boolean — Indicates whether the pathway author permissions can be shared.
      - `header-image-disabled` boolean — Indicates whether the pathway header image should be displayed.
      - `duration-display-disabled` boolean — Indicates whether the pathway duration should be displayed.
      - `image-url` string, nullable — URL for the pathway image.
    - `links` SelfLink
      - `self` string
    - `relationships` DetailedPathwayRelationshipsInner[]
      - `collaborators` UserRelationshipsData
        - `data` UserRelationshipData[]
          - `id` string, nullable
          - `type` string, nullable
      - `created_by` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` string, nullable
    - `included` DetailedPathwayDataIncluded[] — More information about the pathway collaborators.
      - `type` string, nullable
      - `id` string, nullable
      - `attributes` DetailedPathwayDataAttributes1
        - `modified-at` string, date-time, nullable — The date that the pathway collaborator last modified.
        - `employee-id` string, nullable — The employee identifier of the pathway collaborator.
      - `links` SelfLink
        - `self` string

---

[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)
