Headless LMS

Get a bundle by id

GET /api/bundles/{bundleId}. Get a bundle by id. Headless LMS Content API reference.

GET
/api/bundles/{bundleId}

Path Parameters

bundleId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/bundles/string"
{  "orgId": "string",  "id": "string",  "name": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "error": "string",  "message": "string",  "requestId": "string"}