Headless LMS

Get a download by id

GET /api/downloads/{downloadId}. Get a download by id. Headless LMS Content API reference.

GET
/api/downloads/{downloadId}

Path Parameters

downloadId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/downloads/string"
{  "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"}
{  "error": "string",  "message": "string",  "requestId": "string"}