{ "opencollection": "1.0.0", "info": { "name": "CDISC Library ADaM API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "ADaM", "type": "folder" }, "items": [ { "info": { "name": "List all ADaM standard versions", "type": "http" }, "http": { "method": "GET", "url": "https://library.cdisc.org/api/mdr/adam" }, "docs": "Returns all published versions of the ADaM (Analysis Data Model) standard." }, { "info": { "name": "Get ADaM standard by version", "type": "http" }, "http": { "method": "GET", "url": "https://library.cdisc.org/api/mdr/adam/:version", "params": [ { "name": "version", "value": "", "type": "path" } ] }, "docs": "Returns the ADaM standard metadata for a specific version." } ] } ], "bundled": true }