Get skill groups by priority group

Retrieve the skill groups assigned to a priority group, in priority order.

When to use. Read the composition of a single priority group, for example before updating it. To list the priority groups themselves, use GET /priority-groups.

Parameters. id (integer, required, path): the priority group to read.

Returns. { "skillGroups": [ ... ] }. Each item lists the skill_group_id, its name, and its order, the position of the skill group within the priority group. Returns 404 if the priority group does not exist.

Example. GET /api/priority-groups/5

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Priority group ID.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json