Headless LMS

Downloads the student is actively entitled to

GET /api/learn/downloads. Downloads the student is actively entitled to. Headless LMS Content API reference.

GET
/api/learn/downloads

Response Body

application/json

curl -X GET "https://example.com/api/learn/downloads"
[  {    "orgId": "string",    "id": "string",    "type": "download",    "title": "string",    "slug": "string",    "description": "string",    "status": "draft",    "category": "string",    "thumbnailAssetId": "string",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]