v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
User Groups

Get priority groups

Use the Get priority groups method if you want retrieve the list of priority groups created in the dialer.

get/priority-groups

Response

Successful operation

Example response

{
  "priorityGroups": [
    {
      "id": "1",
      "name": "[System] All Skill Groups"
    },
    {
      "id": "2",
      "name": "Test"
    }
  ]
}