List downloads
GET /api/downloads. List downloads. Headless LMS Content API reference.
Query Parameters
page?integer
Range
1 <= value <= 9007199254740991Default
1pageSize?integer
Range
1 <= value <= 100Default
20search?string
sort?string
status?string
Value in
- "draft"
- "published"
category?string
Response Body
application/json
curl -X GET "https://example.com/api/downloads"{ "rows": [ { "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" } ], "total": -9007199254740991, "page": -9007199254740991, "pageSize": -9007199254740991}