---
title: "Get All Self-Enrolled Learning Items"
method: GET
path: "/api/v2/self-enrolled-learning"
tags: ["Self-Enrolled Learning"]
---

# Get All Self-Enrolled Learning Items

`GET /api/v2/self-enrolled-learning`

This endpoint retrieves all self-enrolled learning items. This endpoint requires a start and end date, with a maximum range of 7 days. <h3>Required Scope</h3>`self_enrolled_learning:write` or `self_enrolled_learning:read`

## Query parameters

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

## Response `200`

Success

- InlineResponse20015
  - `links` SelfLink
    - `self` string
  - `data` InlineResponse20015DataInner[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20015DataAttributes
      - `employee-id` string — The unique ID of the user who enrolled in the learning item.
      - `status` string — The status of the learning item. For example, Pending.
      - `due-at` string, date-time — The due date of the learning item.
      - `created-at` string, date-time — The date that the self-enrolled learning item was created.
      - `modified-at` string, date-time — The date that the self-enrolled learning item was modified.
    - `links` SelfLink
      - `self` string
    - `relationships` RelationshipsselfenrolledDataInner[]
      - `user` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable
      - `content` ListedRequiredLearningContent
        - `data` ListedRequiredLearningContentData
          - `id` string, nullable
          - `type` string, nullable
      - `provider` ListedRequiredLearningProvider
        - `data` ListedRequiredLearningProviderData
          - `id` string, nullable
          - `type` string, nullable
    - `included` SelfenrolledContentIncludedInnerInner[]
      - `type` string, nullable
      - `id` string, nullable
      - `attributes` SelfEnrolledContentIncludedInnerAttributes
        - `content-type` string, nullable — The content type of the shared item resource.
        - `url` string, nullable — URL location of the shared item resource.
        - `title` string, nullable — The title of the shared item resource.
        - `provider` string, nullable — The provider of the shared item resource.
      - `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)
