---
title: "Get All Required Learning Items"
method: GET
path: "/api/v2/required-learning"
tags: ["RequiredLearning"]
---

# Get All Required Learning Items

`GET /api/v2/required-learning`

This endpoint retrieves all required learning items for the current organization. The required learning endpoint requires a start and end date, with a maximum range of 7 days.<br><br>**Note:** Information on completed items is not retrieved unless you use the `filter[status]` URL parameter. <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`

## Query parameters

- `filter[start_date]` string, date, required
- `filter[end_date]` string, date, required
- `filter[status]` string
- `next` string
- `limit` integer

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- ListedRequiredLearning
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedRequiredLearningData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedRequiredLearningAttributes
      - `employee-id` string, nullable — The employee identifier for the required learning item.
      - `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. (UTC)
      - `created-at` string, date-time — The date the required learning item was created. (UTC)
      - `modified-at` string, date-time, nullable — The date the required learning item was modified. (UTC)
      - `assigner-employee-id` string — The employee id of the user that assigned the content.
    - `links` SelfLink
      - `self` string
    - `relationships` ListedRequiredLearningDataRelationships[]
      - `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
      - `user` ListedRequiredLearningDataRelationshipsUser
        - `data` ListedRequiredLearningDataRelationshipsUserData
          - `id` string
          - `type` string
      - `assigner` ListedRequiredLearningDataAssigner
        - `data` ListedRequiredLearningDataAssignerData
          - `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)
