Webex · Example Payload

Webex Historical Data Related To Messaging Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Historical Data Related To Messaging 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": "Historical Data related to Messaging",
  "method": "GET",
  "path": "/v1/analytics/messagingMetrics/dailyTotals",
  "summary": "Historical Data related to Messaging",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "startDate": "2020-08-01",
        "endDate": "2020-08-03",
        "metrics": {
          "dates": "['2020-08-01','2020-08-02']",
          "dailyActiveUsers": "[200, 300]",
          "totalMessagesSent": "[2000, 3000]",
          "deskTopMessagesSent": "[289, 456]",
          "mobileMessagesSent": "[122, 233]",
          "totalActiveSpaces": "[2,3]",
          "groupActiveSpaces": "[3,4]",
          "one2oneActiveSpaces": "[5,6]",
          "video": "",
          "sharing": {
            "totalFilesShared": "[1,2]",
            "fileShareSize": "`[6,7]` ## Bytes"
          },
          "recording": "",
          "audio": ""
        }
      }
    }
  ]
}