{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Period API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Period", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Retention Period", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/wiki/rest/api/audit/retention" }, "docs": "The Get Retention Period operation retrieves the current retention period configured for audit records in Atlassian Confluence. This API endpoint returns information about how long audit log entries are stored before being automatically deleted from the system. The retention period is an important compliance and storage management setting that determines the lifespan of audit trail data, which includes user actions, system events, and administrative changes within the Confluence instance. This r" }, { "info": { "name": "Atlassian Set Retention Period", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/wiki/rest/api/audit/retention", "body": { "type": "json", "data": "{}" } }, "docs": "The Set Retention Period operation is a PUT request to the /wiki/rest/api/audit/retention endpoint in the Atlassian Confluence Audit API that allows administrators to configure how long audit log records are retained in the system before being automatically deleted. This operation accepts parameters defining the retention period duration, typically specified in days, and requires appropriate administrative permissions to execute. By setting a retention period, organizations can comply with data " }, { "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 }