Get agent groups

Get an array of agent groups.

Method GET
URL /v1/agentGroups/{siteId}/listAg

Request parameters

All parameters are optional.

Parameter

Type

Description

Default value

columns (query)

string

Comma-separated list of columns to return. Supported values are:

  • agentChatDuration

  • customReportsMaxCount

  • description

  • displayName

  • historicDataGoLiveDate

  • id

  • name

  • priority

  • settingId

  • siteId Unique identifier assigned during client-account creation in Nuance Portal.

  • syncAdmin

id, siteId, name, displayName

includeAgentCoach (query)

Boolean

Include agent coach.

false

max (query)

integer

Maximum number of records in response.
Maximum value: 1000.

10

offset (query)

string

Number of skipped records from the start.

0

order (query)

string

Order of records in result list. Supported values:

  • ASC (ascending)

  • DESC (descending)

ASC

sort (query)

string

Field name used for sorting.

name

Response codes

Status

Description

200

Body contains a paginated list of agent groups.

204

No agent group records were found.

For a full list of supported response codes for UMAPI, see Response codes.

Samples

Note: Authentication is required to try out samples. For details, see API token authentication.