{ "opencollection": "1.0.0", "info": { "name": "VISO TRUST API Documentation client-api-assessment-rest-resource client-api-audit-log-rest-resource API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "client-api-audit-log-rest-resource", "type": "folder" }, "items": [ { "info": { "name": "Get all user audit log events for your organization in the time frame, limited to 500 records", "type": "http" }, "http": { "method": "POST", "url": "https://app.visotrust.com/api/v1/audit-log/user-events", "body": { "type": "json", "data": "{}" } }, "docs": "Get all user audit log events for your organization in the time frame, limited to 500 records" }, { "info": { "name": "Get filtered audit log events based on specific types and categories for your organization, limited to 500 records", "type": "http" }, "http": { "method": "POST", "url": "https://app.visotrust.com/api/v1/audit-log/events", "body": { "type": "json", "data": "{}" } }, "docs": "Get filtered audit log events based on specific types and categories for your organization, limited to 500 records" } ] } ], "bundled": true }