Webex · Example Payload

Webex List Classifications Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Classifications 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 classifications",
  "method": "GET",
  "path": "/classifications",
  "summary": "List classifications",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0NMQVNTSUZJQ0FUSU9OL2YyMDUyZTgyLTU0ZjgtMTFlYS1hMmUzLTJlNzI4Y2U4ODEyNQ",
            "rank": 0,
            "title": "Public",
            "enabled": true,
            "description": "Does not contain private information",
            "lastModified": "2020-02-22T00:06:42.438Z",
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE"
          }
        ]
      }
    }
  ]
}