Agents
Retrieve a collection of call queue agents.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of call queue.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/call_queues/{id}/agentsUpdate call queue agent list.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of call queue.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
Responses
200
OK
No content
4XX
Error
post
/call_queues/{id}/agentsNo content
Retrieve information of call queue agent.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of call queue.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwagent_numberstring · min: 3 · max: 64RequiredPattern:
The extension number.
[0-9]{3,64}Responses
200
OK
application/json
4XX
Error
get
/call_queues/{id}/agents/{agent_number}Set call queue agent status.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of call queue.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwagent_numberstring · min: 3 · max: 64RequiredPattern:
The extension number.
[0-9]{3,64}Body
statusstring · enumOptionalExample:
Change call queue agent status to one of the following:
READY:NOT_READY:WRAP_UP:BREAK:LUNCH:LOGGED_IN:LOGGED_OUT:
READYPossible values: Responses
200
OK
No content
4XX
Error
post
/call_queues/{id}/agents/{agent_number}No content