{ "opencollection": "1.0.0", "info": { "name": "Adobe Captivate Prime API (Learning Manager) Account Skills 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": "Skills", "type": "folder" }, "items": [ { "info": { "name": "Adobe Captivate List Skills", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/skills", "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.name", "value": "", "type": "query", "description": "Filter skills by name (partial match supported)" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of related resources to include. Valid values: skillLevels, learningObjects" } ] }, "docs": "Retrieves a paginated list of skills defined in the account. Skills represent competencies that learners develop by completing learning objects." }, { "info": { "name": "Adobe Captivate Get a Skill", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/skills/:skillId", "params": [ { "name": "skillId", "value": "", "type": "path", "description": "The unique identifier of the skill" }, { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of related resources to include" } ] }, "docs": "Retrieves a single skill by its ID with its levels and associations." }, { "info": { "name": "Adobe Captivate List User Skills", "type": "http" }, "http": { "method": "GET", "url": "https://learningmanager.adobe.com/primeapi/v2/users/:userId/userSkills", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user" }, { "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. Valid values: skill, skillLevel" } ] }, "docs": "Retrieves skills acquired by a specific user, including the skill level achieved and points earned toward each skill." } ] } ], "bundled": true }