Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface ExportAuditRecords

    interface ExportAuditRecords {
        endDate?: string;
        format?: string;
        searchString?: string;
        startDate?: string;
    }
    Index

    Properties

    endDate?: string

    Filters the exported results to the records on or before the endDate. The endDate must be specified as a timestamp.

    format?: string

    The format of the export file for the audit records.

    searchString?: string

    Filters the exported results to records that have string property values matching the searchString.

    startDate?: string

    Filters the exported results to the records on or after the startDate. The startDate must be specified as a timestamp.