v1
latestOpenAPI 3.0.32026-07-24156161.2 MBUser Groups
Get skill group by priority group id
The Get skill group by priority group id enables you to retrieve the skill groups associated to a spescific priority group. You should send the priority group id as a variable in the request.
get/priority-groups/{id}
Response
Successful operation
Example response
{
"skillGroups": [
{
"name": "SkillGroup",
"order": "0",
"skill_group_id": "1"
}
]
}