{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Business Analytics API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Business Analytics", "type": "folder" }, "items": [ { "info": { "name": "Calls Aggregation Data", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/analytics/calls/v1/accounts/:accountId/aggregation/fetch", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "page", "value": "", "type": "query", "description": "The current page number (positive numbers only)" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records displayed on a page (positive numbers only, max value of 200)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns call aggregations filtered by parameters specified" }, { "info": { "name": "Calls Timeline Data", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/analytics/calls/v1/accounts/:accountId/timeline/fetch", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "interval", "value": "", "type": "query", "description": "Aggregation interval" }, { "name": "page", "value": "", "type": "query", "description": "The current page number (positive numbers only)" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records displayed on a page (positive numbers only, max value of 20)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns time-value data aggregations filtered by parameters specified" } ] } ], "bundled": true }