Webex · Example Payload

Webex Listavailablecallqueuesupervisors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listavailablecallqueuesupervisors 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": "listAvailableCallQueueSupervisors",
  "method": "GET",
  "path": "/telephony/config/supervisors/availableSupervisors",
  "summary": "List Available Supervisors with Customer Assist",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "supervisors": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80YzVlODRhMS0wZmEwLTQzNDAtODVkZC1mMzM1ZGQ4MTkxMmI",
            "lastName": "Adam",
            "firstName": "Sandler",
            "displayName": "Adam Sandler",
            "extension": "0200",
            "routingPrefix": "34543",
            "esn": "345430200",
            "phoneNumber": "+19845550200",
            "hasCxEssentials": true
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZmYyYTkxNi1hYWRhLTQwZTYtOTkzMC0xZmFmYmNiMzQwODU",
            "lastName": "Steven",
            "firstName": "Robert",
            "displayName": "Steven Robert",
            "extension": "9906",
            "routingPrefix": "34",
            "esn": "349906",
            "hasCxEssentials": true
          }
        ]
      }
    }
  ]
}