Webex · Example Payload

Webex Read Wrap Up Reason Settings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Wrap Up Reason Settings 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 Wrap Up Reason Settings",
  "method": "GET",
  "path": "/telephony/config/cxEssentials/locations/{locationId}/queues/{queueId}/wrapup/settings",
  "summary": "Read Wrap Up Reason Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "wrapupTimerEnabled": true,
        "wrapupTimer": 60,
        "wrapupReasons": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2",
            "name": "Wrap up reason 1",
            "description": "This is a description for wrap-up reason 1",
            "isDefaultEnabled": true
          }
        ]
      }
    }
  ]
}