Downloads the student is actively entitled to
GET /api/learn/downloads. Downloads the student is actively entitled to. Headless LMS Content API reference.
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" }]List an enrolled course's published activities GET
GET /api/learn/courses/{courseId}/activities. List an enrolled course's published activities. Headless LMS Content API reference.
One entitled download and its ordered assets GET
GET /api/learn/downloads/{downloadId}. One entitled download and its ordered assets. Headless LMS Content API reference.