{ "opencollection": "1.0.0", "info": { "name": "Permit.io Access Requests (EAP) Access Requests (EAP) Audit Elements Data API", "version": "2.0.0" }, "items": [ { "info": { "name": "Audit Elements Data", "type": "folder" }, "items": [ { "info": { "name": "List audit logs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/elements/:proj_id/:env_id/config/:elements_config_id/data/audit_logs", "params": [ { "name": "proj_id", "value": "my_project", "type": "path", "description": "Either the unique id of the project, or the URL-friendly key of the project (i.e: the \"slug\")." }, { "name": "env_id", "value": "my_environment", "type": "path", "description": "Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the \"slug\")." }, { "name": "elements_config_id", "value": "my_elements_config", "type": "path", "description": "Either the unique id of the elements_config, or the URL-friendly key of the elements_config (i.e: the \"slug\")." }, { "name": "search", "value": "", "type": "query", "description": "Text search for the email field" }, { "name": "page", "value": "", "type": "query", "description": "Page number of the results to fetch, starting at 1." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page (max 100)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists audit logs for for specific elements config (tenant scope)" } ] } ], "bundled": true }