Webex · Example Payload

Webex List Wrap Up Reasons Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Wrap Up Reasons 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": "List Wrap Up Reasons",
  "method": "GET",
  "path": "/telephony/config/cxEssentials/wrapup/reasons",
  "summary": "List Wrap Up Reasons",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "wrapupReasons": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2",
            "name": "Test Wrapup Reason 1",
            "description": "This is a description for wrap-up reason 1",
            "numberOfQueuesAssigned": 5
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvYjY2ZGY0ZjItYTc3Yy00MWNmLTkyYzAtOTA3MGUzZDA4M2Ex",
            "name": "Test Wrapup Reason 2",
            "description": "This is a description for wrap-up reason 2",
            "numberOfQueuesAssigned": 13
          }
        ]
      }
    }
  ]
}