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
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
units |
String | No |
The unit of time that the time period is measured in. Possible values:
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 |
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
- 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.