v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Compliance Exports

Create Data Export Task

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.

post/team-messaging/v1/data-export

Request body

timeFromstring date-time

Starting time for data collection. The default value is timeTo minus 24 hours. Max allowed time frame between timeFrom and timeTo is 6 months

timeTostring date-time

Ending time for data collection. The default value is current time. Max allowed time frame between timeFrom and timeTo is 6 months

chatIdsstring[]

List of chats from which the data (posts, files, tasks, events, notes, etc.) will be collected. Maximum number of chats supported is 10

Response

The task is accepted

uristring

Canonical URI of a task

idstring

Internal identifier of a task

creationTimestring date-time

Task creation timestamp

lastModifiedTimestring date-time

Task last modification timestamp

status'Accepted' | 'InProgress' | 'Completed' | 'Failed' | 'Expired'

Task status