{ "opencollection": "1.0.0", "info": { "name": "Adobe Captivate Prime API (Learning Manager) Account Jobs 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": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Adobe Captivate List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/jobs", "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": "filter.status", "value": "", "type": "query", "description": "Filter by job status" } ] }, "docs": "Retrieves a paginated list of bulk import/export jobs. Jobs support operations such as user import via CSV, learner transcript export, and training report export." }, { "info": { "name": "Adobe Captivate Create a Job", "type": "http" }, "http": { "method": "POST", "url": "https://learningmanager.adobe.com/primeapi/v2/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new bulk import or export job. Supports user import via CSV, learner transcript export, and training data export." }, { "info": { "name": "Adobe Captivate Get a Job", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The unique identifier of the job" } ] }, "docs": "Retrieves the status and details of a specific job." } ] } ], "bundled": true }