{ "opencollection": "1.0.0", "info": { "name": "Adobe Captivate Prime API (Learning Manager) Account Catalogs API", "version": "2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://learningmanager.adobe.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Catalogs", "type": "folder" }, "items": [ { "info": { "name": "Adobe Captivate List Catalogs", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/catalogs", "params": [ { "name": "page[offset]", "value": "", "type": "query", "description": "The offset for pagination (number of records to skip)" }, { "name": "page[limit]", "value": "", "type": "query", "description": "Maximum number of records to return per page (max 10)" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of related resources to include. Valid values: learningObjects" } ] }, "docs": "Retrieves a paginated list of catalogs available to the authenticated user. Catalogs organize learning objects and control visibility." }, { "info": { "name": "Adobe Captivate Get a Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/catalogs/:catalogId", "params": [ { "name": "catalogId", "value": "", "type": "path", "description": "The unique identifier of the catalog" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of related resources to include" } ] }, "docs": "Retrieves a single catalog by its ID." } ] } ], "bundled": true }