{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Time API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Time", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Audit Records for Time Period", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/audit/since", "params": [ { "name": "number", "value": "", "type": "query", "description": "The number of units for the time period." }, { "name": "units", "value": "", "type": "query", "description": "The unit of time that the time period is measured in." }, { "name": "searchString", "value": "", "type": "query", "description": "Filters the results to records that have string property values\nmatching the `searchString`." }, { "name": "start", "value": "", "type": "query", "description": "The starting index of the returned records." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page.\nNote, this may be restricted by fixed system limits." } ] }, "docs": "The Atlassian Confluence Audit API endpoint `/wiki/rest/api/audit/since` using the GET method retrieves audit records that have been created since a specified time period. This operation allows administrators and authorized users to query and review system audit logs within a defined timeframe, providing visibility into user actions, system changes, and security-related events that occurred after a particular timestamp. The endpoint is essential for compliance monitoring, security auditing, and " } ] } ], "bundled": true }