Request body for starting an asynchronous export entry task.

interface IStartExportEntryRequest {
    auditReasonComment?: string;
    auditReasonId?: number;
    imageOptions?: ExportEntryRequestImageOptions;
    part: ExportEntryRequestPart;
    textOptions?: ExportEntryRequestTextOptions;
}

Implemented by

Properties

auditReasonComment?: string

The comment for this audit event.

auditReasonId?: number

The reason id for this audit event.

The options applied when exporting as Image.

Specifies the part of the document to export.

The options applied when exporting as Text.