GET /wiki/rest/api/audit/export
Exports audit records as a CSV file or ZIP file.
Permissions required: 'Confluence Administrator' global permission.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
endDate |
String | No |
Filters the exported results to the records on or before the |
format |
String | No |
The format of the export file for the audit records. Possible values:
Default value: "csv" |
searchString |
String | No |
Filters the exported results to records that have string property values
matching the |
startDate |
String | No |
Filters the exported results to the records on or after the |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.