v1

latestOpenAPI 3.0.12026-07-13130168404.3 KB
Audit

Get audit records for time period

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.

get/wiki/rest/api/audit/since

Query parameters

numberinteger

The number of units for the time period.

units'NANOS' | 'MICROS' | 'MILLIS' | 'SECONDS' | 'MINUTES' | 'HOURS' | 'HALF_DAYS' | 'DAYS' | 'WEEKS' | 'MONTHS' | 'YEARS' | 'DECADES' | 'CENTURIES'

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

searchStringstring

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

startinteger

The starting index of the returned records.

limitinteger

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

Response

Returned if the requested records are returned.

startinteger required
limitinteger required
sizeinteger required
_linksGenericLinks required