|
| Index (V1.Index parent, string taskId=null) |
|
string | Path (bool withParameter=true) |
|
async Task< DataExportTaskList > | List (ListDataExportTasksNewParameters queryParams=null, RestRequestConfig restRequestConfig=null) |
| 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 More...
|
|
async Task< DataExportTask > | Post (CreateDataExportTaskRequest createDataExportTaskRequest, RestRequestConfig restRequestConfig=null) |
| 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 More...
|
|
async Task< DataExportTask > | Get (RestRequestConfig restRequestConfig=null) |
| 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 More...
|
|
◆ 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
◆ List()
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
◆ Post()
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
The documentation for this class was generated from the following file:
- RingCentral.Net/Paths/TeamMessaging/V1/DataExport/Index.cs