{ "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" } } } ] }