v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Self-Enrolled Learning

Create a New Self-Enrolled Learning Item

This endpoint creates a new self-enrolled learning item. <h3>Required Scope</h3>self_enrolled_learning:write

post/api/v2/self-enrolled-learning

Request body

Response

Success

Example response

{
  "data": {
    "type": "self-enrolled-learning",
    "id": "xKL9Vp",
    "attributes": {
      "user-id": "4AK11e",
      "user-identifier-type": "UserId",
      "content-id": "z0e4Owm",
      "content-id-type": "Id",
      "content-type": "Article",
      "status": "Pending"
    }
  }
}