---
title: "Get All Recommended Learning Items"
method: GET
path: "/api/v2/recommended-learning"
tags: ["Recommended Learning"]
---

# Get All Recommended Learning Items

`GET /api/v2/recommended-learning`

This endpoint retrieves all recommended learning items for the current organization. The recommended learning endpoint requires a start and end date, with a maximum range of 7 days.<br><br>For Global Admin Tool Organizations, if the `X-Degreed-Organization-Code` header is included, the endpoint will return 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>`recommended_learning:read` or `recommended_learning:write`

## Query parameters

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

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- InlineResponse20038
  - `links` InlineResponse20038Links
    - `self` string, uri, required
  - `data` InlineResponse20038Data[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20038Attributes
      - `employee-id` string, nullable
      - `assignment-type` string
      - `status` string
      - `due-at` string, date-time
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `assigner-employee-id` string, nullable
    - `links` InlineResponse20038Links1
      - `self` string, uri, required
    - `relationships` InlineResponse20038Relationships[]
      - `user` InlineResponse20038User
        - `data` InlineResponse20038UserData
          - `id` string
          - `type` string
      - `content` InlineResponse20038Content
        - `data` InlineResponse20038ContentData
          - `id` string
          - `type` string
      - `provider` InlineResponse20038Provider
        - `data` InlineResponse20038ProviderData
          - `id` string
          - `type` string
      - `assigner` InlineResponse20038Assigner
        - `data` InlineResponse20038AssignerData
          - `id` string, required
          - `type` string, required
    - `included` InlineResponse20038Included[]
      - `type` string
      - `id` string
      - `attributes` InlineResponse20038Attributes1
        - `content-type` string
        - `url` string, uri
        - `title` string
        - `provider` string
        - `degreed-url` string, uri
      - `links` InlineResponse20038Links2
        - `self` string, required

---

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