{ "opencollection": "1.0.0", "info": { "name": "Ambra Health (InteleShare) v3 Services Public Accounts Sharing API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "X-AmbraHealth-SID", "value": "{{X-AmbraHealth-SID}}", "placement": "header" } }, "items": [ { "info": { "name": "Sharing", "type": "folder" }, "items": [ { "info": { "name": "Share a study with users, groups, or accounts", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/study/share", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Share a study with users, groups, or accounts" }, { "info": { "name": "List active shares on a study", "type": "http" }, "http": { "method": "GET", "url": "https://access.dicomgrid.com/api/v3/study/share/list", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." }, { "name": "uuid", "value": "", "type": "query" } ] }, "docs": "List active shares on a study" }, { "info": { "name": "Revoke a study share", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/study/share/stop", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revoke a study share" }, { "info": { "name": "Share a saved filter", "type": "http" }, "http": { "method": "POST", "url": "https://access.dicomgrid.com/api/v3/filter/share", "params": [ { "name": "sid", "value": "", "type": "query", "description": "Session id from POST /session/login. May also be sent via the X-AmbraHealth-SID header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Share a saved filter" } ] } ], "bundled": true }