Class CreateDataExportTaskRequest

java.lang.Object
com.ringcentral.definitions.CreateDataExportTaskRequest

public class CreateDataExportTaskRequest extends Object
  • Field Details

    • timeFrom

      public String timeFrom
      Starting time for data collection. The default value is `timeTo` minus 24 hours. Max allowed time frame between `timeFrom` and `timeTo` is 6 months Format: date-time
    • timeTo

      public String timeTo
      Ending time for data collection. The default value is current time. Max allowed time frame between `timeFrom` and `timeTo` is 6 months Format: date-time
    • contacts

      public DataExportTaskContactInfo[] contacts
      List of contacts which data is collected. The following data will be exported: posts, tasks, events, etc. posted by the user(s); posts addressing the user(s) via direct and @Mentions; tasks assigned to the listed user(s). The list of 30 users per request is supported.
    • chatIds

      public String[] chatIds
      List of chats from which the data (posts, files, tasks, events, notes, etc.) will be collected. Maximum number of chats supported is 10
  • Constructor Details

    • CreateDataExportTaskRequest

      public CreateDataExportTaskRequest()
  • Method Details