Webex · Example Payload
Webex Listcallqueueagents Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Listcallqueueagents Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "listCallQueueAgents",
"method": "GET",
"path": "/telephony/config/queues/agents",
"summary": "Read the List of Call Queue Agents with Customer Assist",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"agents": [
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS81NzJjNWMwZS1jMDY4LTQ0NmItOWM0Ny04MjYwYTIzZTY0NmI",
"firstName": "Lobby",
"lastName": ".",
"phoneNumber": "+19458880334",
"routingPrefix": "8002",
"queueCount": 1,
"locationCount": 1,
"joinCount": 1,
"unjoinCount": 0,
"location": {
"name": "Location1",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU5OWM3ZGFkLTEyMGQtNDgyNy05ZmMyLTk4OTUxYTQzNzIzOA"
},
"type": "PEOPLE"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWYxNTg1YS03MWM2LTQyZGEtYmRkNC1iMzYzYzlhYzQwZGI",
"firstName": "Quiet Room",
"lastName": ".",
"phoneNumber": "+19458880338",
"routingPrefix": "8003",
"queueCount": 1,
"locationCount": 1,
"joinCount": 1,
"unjoinCount": 0,
"location": {
"name": "Location1",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU5OWM3ZGFkLTEyMGQtNDgyNy05ZmMyLTk4OTUxYTQzNzIzOA"
},
"type": "PEOPLE"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zYjY4Yjg2YS1hMTZiLTRmNzItOTlmZi01ZDlhZjgyZWNmNTE",
"firstName": "test_301_person_phone_extnsion",
"lastName": "last_name",
"phoneNumber": "+14084279811",
"extension": "4498",
"routingPrefix": "8004",
"esn": "4498",
"queueCount": 1,
"locationCount": 1,
"joinCount": 1,
"unjoinCount": 0,
"location": {
"name": "Location2",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzVmMDI3OGZlLWU4OGMtNDMzNy04MGViLWRjY2NiM2VlMDU1MA"
},
"type": "PEOPLE"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85YjBmMWY2OS0wNWE3LTRkZDUtYTg2OS03Mzg5NjdjNTI2YWI",
"firstName": "test_essentials",
"lastName": "ES",
"extension": "23234",
"routingPrefix": "8005",
"esn": "23234",
"queueCount": 1,
"locationCount": 1,
"joinCount": 1,
"unjoinCount": 0,
"location": {
"name": "Location1",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU5OWM3ZGFkLTEyMGQtNDgyNy05ZmMyLTk4OTUxYTQzNzIzOA"
},
"type": "PEOPLE"
},
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS84OTEyYTUwNi02ZDU2LTRiMjUtOTNiMC1lZGM5ZDFiYmQwNTU",
"firstName": "vl_t401cbn",
"lastName": "ecbn_01cbn",
"phoneNumber": "+14084269811",
"routingPrefix": "8007",
"queueCount": 2,
"locationCount": 2,
"joinCount": 2,
"unjoinCount": 0,
"location": {
"name": "Location1",
"id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU5OWM3ZGFkLTEyMGQtNDgyNy05ZmMyLTk4OTUxYTQzNzIzOA"
},
"type": "PEOPLE"
}
]
}
}
]
}