Class Index
java.lang.Object
com.ringcentral.paths.teammessaging.v1.dataexport.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns the links for downloading Glip data exported within the specified task.list()
list
(ListDataExportTasksNewParameters queryParams) Returns the list of Glip data export tasks.path()
post
(CreateDataExportTaskRequest createDataExportTaskRequest) 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.
-
Field Details
-
rc
-
parent
-
taskId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public DataExportTaskList list(ListDataExportTasksNewParameters queryParams) throws RestException, IOException Returns the list of Glip data export tasks. HTTP Method: get Endpoint: /team-messaging/v1/data-export Rate Limit Group: Medium App Permission: TeamMessaging User Permission: Glip- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
public DataExportTask post(CreateDataExportTaskRequest createDataExportTaskRequest) throws RestException, IOException 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. HTTP Method: post Endpoint: /team-messaging/v1/data-export Rate Limit Group: Heavy App Permission: TeamMessaging User Permission: Glip- Throws:
RestException
IOException
-
get
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. HTTP Method: get Endpoint: /team-messaging/v1/data-export/{taskId} Rate Limit Group: Medium App Permission: TeamMessaging User Permission: Glip- Throws:
RestException
IOException
-