---
title: "Get a Section of a Skill Plan"
method: GET
path: "/api/v2/skill-plans/{id}/sections/{section-id}"
tags: ["SkillPlan"]
---

# Get a Section of a Skill Plan

`GET /api/v2/skill-plans/{id}/sections/{section-id}`

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

## Path parameters

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

## Response `200`

Success

- SkillPlanSectionDetails
  - `data` SkillPlansectiondetailsData
    - `type` string, nullable
    - `id` string — Unique id of the section.
    - `attributes` SkillPlansectiondetailsAttributes
      - `sequence` integer — The sequence of the section.
      - `title` string
      - `description` string, nullable — Description of the section.
      - `section-type` string — The type of section. Section type must be one of the following values: `Provider`, `Content`, `Group`, `Opportunity`, `Pathway`, `Plan`, `People`, or `Skill`.
      - `resources` SkillPlanResource[], nullable
        - `section-resource-id` string — The resource’s id within the section.
        - `id` string, nullable — The unique identifier of the resource. When the section type is `skill`, id refers to the skill id of the skill labeled with title. The id can be used to look up the skill with the `/organization-skills` endpoint.
        - `sequence` integer — The sequence of the resource.
        - `type` string, nullable — The resource type. For example, `Skill`.
        - `title` string, nullable — The title of the resource.
        - `description` string, nullable — The description of the resource.
        - `target-rating` integer, nullable — The target rating for the skill. This is only relevant if the section type is `Skill`.
      - `display-mode` string, nullable — The way the section displays in the UI. Can only be `Compact` or `Expanded`.

---

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