Get a download by id
GET /api/downloads/{downloadId}. Get a download by id. Headless LMS Content API reference.
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"}