---
title: "Get a Specific Self-Enrolled Learning Item"
method: GET
path: "/api/v2/self-enrolled-learning/{id}"
tags: ["Self-Enrolled Learning"]
---

# Get a Specific Self-Enrolled Learning Item

`GET /api/v2/self-enrolled-learning/{id}`

This endpoint retrieves a specific self-enrolled learning item. <h3>Required Scope</h3>`self_enrolled_learning:write` or `self_enrolled_learning:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20012
  - `data` InlineResponse20011Data
    - `type` string
    - `id` string
    - `attributes` InlineResponse20011DataAttributes
      - `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)
