Webex · Example Payload

Webex Get Organization Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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