Webex · Example Payload

Webex List Organizations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Organizations 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 Organizations",
  "method": "GET",
  "path": "/organizations",
  "summary": "List Organizations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
            "displayName": "Acme, Inc.",
            "created": "2015-10-18T14:26:16+00:00"
          }
        ]
      }
    }
  ]
}