Webex · Example Payload

Webex Workspace Metrics Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Workspace Metrics 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": "Workspace Metrics",
  "method": "GET",
  "path": "/workspaceMetrics",
  "summary": "Workspace Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "workspaceId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "metricName": "temperature",
        "aggregation": "hourly",
        "from": "2020-10-21T13:33:37.789Z",
        "to": "2020-10-31T16:00:00.532Z",
        "unit": "celsius",
        "sortBy": "newestFirst",
        "items": []
      }
    }
  ]
}