{ "opencollection": "1.0.0", "info": { "name": "Trelica REST Application Users Audit Log API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Audit Log", "type": "folder" }, "items": [ { "info": { "name": "List Audit Logs", "type": "http" }, "http": { "method": "GET", "url": "https://app.trelica.com/api/audit/v1", "params": [ { "name": "since", "value": "", "type": "query", "description": "Return entries after this date/time" }, { "name": "after", "value": "", "type": "query", "description": "Pagination cursor" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results (default 100)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a paginated list of audit log entries for all changes and events in Trelica." } ] } ], "bundled": true }