{ "opencollection": "1.0.0", "info": { "name": "CDISC Library ADaM Terminology API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Terminology", "type": "folder" }, "items": [ { "info": { "name": "List CDISC controlled terminology packages", "type": "http" }, "http": { "method": "GET", "url": "https://library.cdisc.org/api/mdr/ct" }, "docs": "Returns all published CDISC controlled terminology (CT) packages." }, { "info": { "name": "List codelists in a terminology package", "type": "http" }, "http": { "method": "GET", "url": "https://library.cdisc.org/api/mdr/ct/:packageDate/codelists", "params": [ { "name": "packageDate", "value": "", "type": "path", "description": "Terminology package date (e.g., 2023-12-15)" } ] }, "docs": "Returns all codelists in the specified CDISC controlled terminology package." } ] } ], "bundled": true }