Webex · Example Payload

Webex Workspace Duration Metrics Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Workspace Duration 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 Duration Metrics",
  "method": "GET",
  "path": "/workspaceDurationMetrics",
  "summary": "Workspace Duration Metrics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "workspaceId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
        "aggregation": "hourly",
        "measurement": "timeBooked",
        "from": "2020-10-21T13:33:37.789Z",
        "to": "2020-10-31T16:00:00.532Z",
        "unit": "minutes",
        "items": [
          {
            "start": "2021-10-21T12:00:00Z",
            "end": "2021-10-21T13:00:00Z",
            "duration": 13
          }
        ]
      }
    }
  ]
}