{ "opencollection": "1.0.0", "info": { "name": "Castor EDC / CDMS Audit Trail API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://data.castoredc.com/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Audit Trail", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the audit trail", "type": "http" }, "http": { "method": "GET", "url": "https://data.castoredc.com/api/study/:study_id/audit-trail", "params": [ { "name": "study_id", "value": "", "type": "path", "description": "The study GUID (uppercase, 8-4-4-4-12 format)." }, { "name": "date_from", "value": "", "type": "query" }, { "name": "date_to", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated (HAL) collections." } ] }, "docs": "Retrieves audit trail entries for a study - every data and configuration change, with actor and timestamp. Supports date range filtering." } ] } ], "bundled": true }