InternalCreate a new instance of the service.
Creates a record in the audit log.
Permissions required: 'Confluence Administrator' global permission.
The record to be created in the audit log.
Returned if the record is created in the audit log.
Exports audit records as a CSV file or ZIP file.
Permissions required: 'Confluence Administrator' global permission.
OptionalendFilters the exported results to the records on or before the endDate.
The endDate must be specified as epoch
time in milliseconds.
Optionalformat?: "csv" | "zip"The format of the export file for the audit records.
OptionalsearchFilters the exported results to records that have string property values
matching the searchString.
OptionalstartFilters the exported results to the records on or after the startDate.
The startDate must be specified as epoch
time in milliseconds.
status: 200, mediaType: application/zip
Returned if the requested export of the audit records is returned.
status: 200, mediaType: text/csv
Returned if the requested export of the audit records is returned.
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.
OptionalendFilters the results to the records on or before the endDate.
The endDate must be specified as epoch
time in milliseconds.
Optionallimit?: numberThe maximum number of records to return per page. Note, this may be restricted by fixed system limits.
OptionalsearchFilters the results to records that have string property values
matching the searchString.
Optionalstart?: numberThe starting index of the returned records.
OptionalstartFilters the results to the records on or after the startDate.
The startDate must be specified as epoch
time in milliseconds.
Returned if the requested records are returned.
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.
Optionallimit?: numberThe maximum number of records to return per page. Note, this may be restricted by fixed system limits.
Optionalnumber?: numberThe number of units for the time period.
OptionalsearchFilters the results to records that have string property values
matching the searchString.
Optionalstart?: numberThe starting index of the returned records.
Optionalunits?: The unit of time that the time period is measured in.
Returned if the requested records are returned.
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.
Returned if the requested retention period is returned.
Sets the retention period for records in the audit log. The retention period can be set to a maximum of 1 year.
Permissions required: 'Confluence Administrator' global permission.
The updated retention period.
Returned if the retention period is updated.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit