---
title: "Get a Specific Required Learning"
method: GET
path: "/api/v2/required-learning/{id}"
tags: ["RequiredLearning"]
---

# Get a Specific Required Learning

`GET /api/v2/required-learning/{id}`

This endpoint retrieves a specific required learning item. <br><br>For Global Admin Tool Organizations, if the `X-Degreed-Organization-Code` header is included, the endpoint will return required learning items for the Tenant Organization related to the header value as long as the organization is a member of the Global Admin Tool Organization. <h3>Required Scope</h3>`required_learning:read` or `required_learning:write`

## Path parameters

- `id` string, required

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- DetailedRequiredLearning
  - `data` DetailedRequiredLearningData
    - `id` string, nullable
    - `type` string, nullable
    - `attributes` DetailedRequiredLearningDataAttributes
      - `users` DetailedRequiredLearningDataAttributesUsers[], nullable
        - `userId` string, nullable
        - `employeeId` string, nullable
      - `assignment-type` string, nullable — Can only be `Assigned` or `Required`.
      - `status` string, nullable — The status of the required learning item. Can only be `Queued`, `Pending`, `Dismissed` or `Complete`.
      - `due-at` string, date-time — The date the required learning item is due.
      - `created-at` string, date-time — The date the required learning item was created.
      - `modified-at` string, date-time, nullable — The date the required learning item was modified.
      - `comment` string, nullable — A comment on the required learning item.
      - `assigner-employee-id` string — The employee id of the user that assigned the content.
    - `links` SelfLink
      - `self` string
    - `relationships` DetailedRequiredLearningDataRelationships[]
      - `content` ListedRequiredLearningDataContent
        - `data` ListedRequiredLearningDataContentData
          - `id` string
          - `type` string
      - `provider` ListedRequiredLearningDataProvider
        - `data` ListedRequiredLearningDataProviderData
          - `id` string
          - `type` string
      - `required-learning-collection` ListedRequiredLearningDataRequiredlearningcollection
        - `data` ListedRequiredLearningDataRequiredlearningcollectionData
          - `id` string
          - `type` string
      - `assigner` DetailedRequiredLearningDataAssigner
        - `data` DetailedRequiredLearningDataAssignerData
          - `id` string — The id of the user that assigned the content.
          - `type` string
    - `included` RequiredLearningContentIncludedInner[] — More information about the required learning resource.
      - `type` string, nullable
      - `id` string, nullable
      - `attributes` RequiredLearningContentIncludedInnerAttributes
        - `content-type` string, nullable — The content type of the required learning resource.
        - `url` string, nullable — URL location of the required learning resource.
        - `title` string, nullable — The title of the required learning resource.
        - `provider` string, nullable — The provider of the required learning resource.
        - `degreed-url` string — URL location of content within Degreed UI.
      - `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/revisions/4a22b709515c/schema)
