Request body for exporting an entry.

interface IExportEntryRequest {
    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.

The part of the document to export. Options include: Image, Text, Edoc.

The options applied when exporting as Text.