{ "opencollection": "1.0.0", "info": { "name": "InteleShare / Ambra v3 Services API (Modeled) HL7 Storage API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "sid", "value": "{{sid}}", "placement": "query" } }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "Retrieve study image / pixel data from the Storage API", "type": "http" }, "http": { "method": "GET", "url": "https://access.dicomgrid.com/api/v3/storage/study/:namespace/:studyUid", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "studyUid", "value": "", "type": "path" } ] }, "docs": "Retrieve study image / pixel data from the Storage API" } ] } ], "bundled": true }