v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Organization Skills

Get Associated Skills for a Specific Skill

This endpoint retrieves a list of associated skills for the specified skill. <h3>Required Scope</h3>skill:write or skill:read

get/api/v2/organization-skills/{id}/relationships/associated-skills

Path parameters

idstring required

The ID of the skill to retrieve.

Response

Success

Example response

{
  "data": [
    {
      "type": "organization-skills"
    }
  ]
}