Webex · Example Payload

Webex Read Wrap Up Reason Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Wrap Up Reason 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",
  "method": "GET",
  "path": "/telephony/config/cxEssentials/wrapup/reasons/{wrapupReasonId}",
  "summary": "Read Wrap Up Reason",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "Wrap up reason 1",
        "description": "This is a description for wrap-up reason 1",
        "defaultWrapupQueuesCount": 1,
        "queues": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvOGY1MDI2ZjMtMDZjYi00OTU3LWE0MDQtNDYyM2UzYjJjYzVi",
            "name": "Queue 1",
            "locationName": "Location 1",
            "phoneNumber": "+1234567890",
            "extension": "1234",
            "defaultWrapupEnabled": true
          }
        ]
      }
    }
  ]
}