{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Activity API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "Retrieve activity logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/activity_logs" }, "docs": "Retrieve activity logs" }, { "info": { "name": "Update activity records", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumos.com/activity_records", "body": { "type": "json", "data": "{}" } }, "docs": "Update activity records" }, { "info": { "name": "Check activity job status", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/activity_records/job/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Check activity job status" }, { "info": { "name": "Get user identity events", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/identity_events" }, "docs": "Get user identity events" } ] } ], "bundled": true }