Webex · Example Payload

Webex Read Screen Pop Configuration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Screen Pop Configuration 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": "Read Screen Pop Configuration",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/queues/{queueId}/cxEssentials/screenPop",
  "summary": "Read Screen Pop Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "screenPopUrl": "http://localhost:8086/screenpop",
        "desktopLabel": "example screen pop",
        "queryParams": {
          "example-param": "example-value"
        }
      }
    }
  ]
}