Webex · Example Payload

Webex Listavailablecallqueueagents Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listavailablecallqueueagents 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

Raw ↑
{
  "operationId": "listAvailableCallQueueAgents",
  "method": "GET",
  "path": "/telephony/config/supervisors/availableAgents",
  "summary": "List Available Agents with Customer Assist",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "agents": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jZGUzZWU0YS02ZDI5LTQ3OGItOGU5MC00MmE3YWFlNWIzNTE",
            "lastName": "CP-WS",
            "firstName": "CP-WS-1",
            "displayName": "CP-WS-1 .",
            "extension": "1248",
            "esn": "1248",
            "type": "PLACE"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9hZWRlNmE0OS00NmNkLTQ4NWQtODQyZC1kY2ZmNTg4ZmQyMTU",
            "lastName": "CP-WS",
            "firstName": "CP-WS-6",
            "displayName": "CP-WS-6 .",
            "extension": "7539",
            "esn": "7539",
            "routingPrefix": "34543",
            "phoneNumber": "+19729989982",
            "type": "PEOPLE"
          }
        ]
      }
    }
  ]
}