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

    Interface GetAuditRecordsForTimePeriod

    interface GetAuditRecordsForTimePeriod {
        limit?: number;
        number?: number;
        searchString?: string;
        start?: number;
        units?: string;
    }
    Index

    Properties

    limit?: number

    The maximum number of records to return per page. Note, this may be restricted by fixed system limits.

    number?: number

    The number of units for the time period.

    searchString?: string

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

    start?: number

    The starting index of the returned records.

    units?: string

    The unit of time that the time period is measured in.