ExportControllerApi class
Methods
-
exportEntities(String exportType, String apiKey, String outputFormat, {String? filter, String? listSeparatorToken, bool? excludePreviouslyExported, DateTime? createdEarliestTime, DateTime? createdOldestTime})
→ Future<List<String>?>
-
Export inboxes link callable via browser
-
exportEntitiesWithHttpInfo(String exportType, String apiKey, String outputFormat, {String? filter, String? listSeparatorToken, bool? excludePreviouslyExported, DateTime? createdEarliestTime, DateTime? createdOldestTime})
→ Future<Response>
-
Export inboxes link callable via browser
-
getExportLink(String exportType, ExportOptions exportOptions, {String? apiKey})
→ Future<ExportLink?>
-
Get export link
-
getExportLinkWithHttpInfo(String exportType, ExportOptions exportOptions, {String? apiKey})
→ Future<Response>
-
Get export link
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited