v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Organization Skills

Get Skill Review Groups for a Specific Skill

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

get/api/v2/organization-skills/{id}/relationships/skill-review-groups

Path parameters

idstring required

The ID of the skill to retrieve.

Response

Success

Example response

{
  "data": [
    {
      "type": "groups",
      "relationships": [
        {
          "created_by": {
            "data": {
              "type": "users"
            }
          }
        }
      ]
    }
  ]
}