Webex · Example Payload

Webex Getcallqueueavailableagents Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getcallqueueavailableagents 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": "getCallQueueAvailableAgents",
  "method": "GET",
  "path": "/telephony/config/queues/agents/availableAgents",
  "summary": "Get Call Queue Available Agents",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "agents": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE1NmE",
            "lastName": "Brown",
            "firstName": "John",
            "displayName": "John Brown",
            "type": "PEOPLE",
            "email": "john.brown@example.com",
            "hasCxEssentials": false,
            "phoneNumbers": [
              {
                "external": "+19075552859",
                "extension": "8080"
              }
            ]
          }
        ]
      }
    }
  ]
}