v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBSkills+
Get A Specific Skill
This endpoint retrieves a specific skill in Skills+ for your organization. <h3>Required Scope</h3>skill:read
get/api/v2/skills-plus-skills{id}
Path parameters
idstring required
The ID of the skill to retrieve.
Response
Success
Example response
{
"data": {
"type": "skills-plus-skills",
"id": "1nZW2",
"attributes": {
"skill-name": "Python",
"description": "Python description",
"external-id": "123ab",
"is-endorsed": true,
"skill-review-visibility-groups": [],
"skill-review-visibility-access-level": "Org",
"synonyms": [],
"skill-categories": [],
"status": "Draft",
"skill-source-name": "standard taxonomy",
"skill-source-id": "o8Q"
},
"links": {
"self": "https://api.betatest.degreed.com/api/v2/skills-plus-skills/1nZW2"
}
}
}