Webex · Example Payload

Webex Update Screen Pop Configuration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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