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

    Class Audit

    Index

    Constructors

    Methods

    • Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      Returns Promise<void>

    • Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      Returns Promise<T>

    • Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records.

      This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      Returns Promise<void>

    • Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records.

      This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      Returns Promise<T>

    • Returns the retention period for records in the audit log. The retention period is how long an audit record is kept for, from creation date until it is deleted.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      Returns Promise<void>

    • Returns the retention period for records in the audit log. The retention period is how long an audit record is kept for, from creation date until it is deleted.

      Permissions required: 'Confluence Administrator' global permission.

      Type Parameters

      Parameters

      • Optionalcallback: undefined

      Returns Promise<T>