Webex · Example Payload

Webex Getcallqueuesupervisor Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getcallqueuesupervisor 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": "getCallQueueSupervisor",
  "method": "GET",
  "path": "/telephony/config/supervisors/{supervisorId}",
  "summary": "Get Supervisor Detail with Customer Assist",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85M2JlNTgxNi01YTIyLTQ5MzgtOWNmMy0wODIwODhiNDkxOGU",
        "agents": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8wNzViMGE4Mi1jNzM5LTRlMDktYWQ5NC0zNTc2YTBlMjYwZDA",
            "lastName": ".",
            "firstName": "Barn61",
            "extension": "1060",
            "esn": "1060"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85NTA4OTc4ZC05YmFkLTRmYWEtYTljNC0wOWQ4NWQ4ZmRjZTY",
            "lastName": "user",
            "firstName": "test",
            "extension": "892827",
            "esn": "892827"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9iZjE5YWQzMC00NzAyLTQ3NWMtOTg0Ni1lM2M0M2Y1NGFlYzk",
            "lastName": ".",
            "firstName": "Test9",
            "routingPrefix": "34543",
            "phoneNumber": "+19729989982"
          }
        ]
      }
    }
  ]
}