{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Audit Logs API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List audit log entries", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/auditLogs", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "fromDateTime", "value": "", "type": "query", "description": "Start of the date range for filtering audit log entries" }, { "name": "toDateTime", "value": "", "type": "query", "description": "End of the date range for filtering audit log entries" }, { "name": "eventType", "value": "", "type": "query", "description": "Filter by the type of audit event" }, { "name": "actor", "value": "", "type": "query", "description": "Filter by the account that performed the audited action" }, { "name": "target", "value": "", "type": "query", "description": "Filter by the target resource or object of the audited action" } ] }, "docs": "Retrieve a collection of audit log entries for the tenant. Audit logs record system events, configuration changes, data modifications, and administrative actions. Supports filtering by date range, event type, and the actor who performed the action." }, { "info": { "name": "Workday Security Get a specific audit log entry", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/auditLogs/:auditLogId", "params": [ { "name": "auditLogId", "value": "", "type": "path", "description": "Unique identifier of the audit log entry" } ] }, "docs": "Retrieve detailed information about a specific audit log entry including the full event context, before and after values for configuration changes, and related audit entries." } ] } ], "bundled": true }