{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Compliance Exports 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": "Compliance Exports", "type": "folder" }, "items": [ { "info": { "name": "List Data Export Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/data-export", "params": [ { "name": "status", "value": "", "type": "query", "description": "Status of the task(s) to be returned. Multiple values are supported" }, { "name": "page", "value": "", "type": "query", "description": "Page number to be retrieved; value range is > 0" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of records to be returned per page; value range is 1 - 250" } ] }, "docs": "Returns the list of Glip data export tasks." }, { "info": { "name": "Create Data Export Task", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/data-export", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a task for Glip data export and returns a link at which the exported data will be available in future once the task is implemented. The exported data can be downloaded by calling Get Data Export Task method with the specified task ID. Simultaneously no more than 2 tasks per company can be created." }, { "info": { "name": "Get Data Export Task", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/data-export/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Internal identifier of a task to be retrieved" } ] }, "docs": "Returns the links for downloading Glip data exported within the specified task. If the export task is still in progress, then only the task status will be returned. If the data is ready for downloading, then the list of URLs will be returned." } ] } ], "bundled": true }