ExportsDataProvider

Data provider containing the various requests used to manipulate Document Exports.

Inheritors

Functions

Link copied to clipboard

Create a new export

Link copied to clipboard
abstract suspend fun downloadExport(exportId: String, saveFolder: File): DataProviderResponse<DownloadExportResult>

Download an export and save it to the given folder

Link copied to clipboard
abstract suspend fun getExports(): DataProviderResponse<List<Export>>

Fetch the list of existing exports