{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Historical Analytics APIs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Historical Analytics APIs", "type": "folder" }, "items": [ { "info": { "name": "Historical Data related to Messaging", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analytics/messagingMetrics/dailyTotals", "params": [ { "name": "from", "value": "2020-08-01", "type": "query", "description": "UTC date starting from which the data needs to be returned." }, { "name": "to", "value": "2020-08-03", "type": "query", "description": "UTC date up to which the data needs to be returned" } ] }, "docs": "Returns daily aggregates of various metrics related to Webex messaging.\n\n
The base URL for these APIs is **analytics.webexapis.com**, which does not work with the **Try It** feature.
" }, { "info": { "name": "Historical Data related to Room Devices", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analytics/roomDeviceMetrics/dailyTotals", "params": [ { "name": "from", "value": "2020-08-01", "type": "query", "description": "Starting UTC Date from which historical data should be returned." }, { "name": "to", "value": "2020-08-03", "type": "query", "description": "Ending UTC Date for which data should be returned." } ] }, "docs": "Returns daily aggregates of various metrics related to Room Devices.\n\n
The base URL for these APIs is **analytics.webexapis.com**, which does not work with the **Try It** feature.
" }, { "info": { "name": "Historical Data related to Meetings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/analytics/meetingsMetrics/aggregates", "params": [ { "name": "siteUrl", "value": "cisco.webex.com", "type": "query", "description": "URL of the Webex site for which historical data is requested." }, { "name": "from", "value": "2020-08-01", "type": "query", "description": "UTC Date starting from which the data needs to be returned" }, { "name": "to", "value": "2020-08-03", "type": "query", "description": "UTC Date up to which the data needs to be returned" } ] }, "docs": "Return aggregates of various metrics related to meetings for a given Webex site over a specified time range.\n\n
The base URL for these APIs is **analytics.webexapis.com**, which does not work with the **Try It** feature.
" } ] } ], "bundled": true }