RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.TeamMessaging.V1.DataExport.Index Class Reference
Collaboration diagram for RingCentral.Paths.TeamMessaging.V1.DataExport.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (V1.Index parent, string taskId=null)
 
string Path (bool withParameter=true)
 
async Task< DataExportTaskListList (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< DataExportTaskPost (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< DataExportTaskGet (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...
 

Public Attributes

V1.Index parent
 
RestClient rc
 
string taskId
 

Member Function Documentation

◆ Get()

async Task<DataExportTask> RingCentral.Paths.TeamMessaging.V1.DataExport.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

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()

async Task<DataExportTaskList> RingCentral.Paths.TeamMessaging.V1.DataExport.Index.List ( ListDataExportTasksNewParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

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()

async Task<DataExportTask> RingCentral.Paths.TeamMessaging.V1.DataExport.Index.Post ( CreateDataExportTaskRequest  createDataExportTaskRequest,
RestRequestConfig  restRequestConfig = null 
)
inline

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: