List a bundle's content items
GET /api/bundles/{bundleId}/items. List a bundle's content items. Headless LMS Content API reference.
curl -X GET "https://example.com/api/bundles/string/items"[ { "orgId": "string", "bundleId": "string", "contentId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }]{ "error": "string", "message": "string", "requestId": "string"}