Webex · Example Payload

Webex Getworkspacecapabilities Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getworkspacecapabilities 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": "getWorkspaceCapabilities",
  "method": "GET",
  "path": "/workspaces/{workspaceId}/capabilities",
  "summary": "Get Workspace Capabilities",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "capabilities": {
          "occupancyDetection": {
            "supported": true,
            "configured": true
          },
          "presenceDetection": {
            "supported": true,
            "configured": true
          },
          "ambientNoise": {
            "supported": true,
            "configured": true
          },
          "soundLevel": {
            "supported": true,
            "configured": true
          },
          "temperature": {
            "supported": true,
            "configured": true
          },
          "airQuality": {
            "supported": true,
            "configured": true
          },
          "relativeHumidity": {
            "supported": true,
            "configured": true
          }
        }
      }
    }
  ]
}