ExportsDataProvider
interface ExportsDataProvider
Data provider containing the various requests used to manipulate Document Exports.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun createExport(payload: CreateExportPayload): DataProviderResponse<CreateExportResponse>
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
Fetch the list of existing exports