GET /wiki/rest/api/audit/since

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.

Servers

Query parameters

Name Type Required Description
units String No

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

Possible values:

  • "MICROS"
  • "MINUTES"
  • "NANOS"
  • "HOURS"
  • "MONTHS"
  • "DAYS"
  • "DECADES"
  • "HALF_DAYS"
  • "YEARS"
  • "CENTURIES"
  • "WEEKS"
  • "MILLIS"
  • "SECONDS"

Default value: "MONTHS"

limit Integer No

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

Default value: 1000

searchString String No

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

number Integer No

The number of units for the time period.

Default value: 3

start Integer No

The starting index of the returned records.

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.