GET /wiki/rest/api/audit
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.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
endDate |
String | No |
Filters the results to the records on or before the |
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 |
startDate |
String | No |
Filters the results to the records on or after the |
start |
Integer | No |
The starting index of the returned records. Default value: 0 |
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.