Skip to main content
Version: Latest

DocumentMutation.exportDocuments

description

Export one or multiple documents. This would not return a download link. Instead, it would return a taskId for each documentId provided, which then can be used to check the status of the export and retrieve the download link using checkExportDocumentStatus.

exportDocuments(
input: DocumentExportInput!
): [DocumentExportTask]!

Arguments

exportDocuments.input ● DocumentExportInput! non-null input

Input for exporting documents, which consists of documentIds to be exported.

Type

DocumentExportTask object

Loading...