{ "opencollection": "1.0.0", "info": { "name": "Orion Health FHIR Alerts Configuration API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.orionhealth.com/oauth2/authorize", "accessTokenUrl": "https://auth.orionhealth.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Orion Health Get engine configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/configuration/engine" }, "docs": "Retrieve the current Rhapsody engine configuration settings." }, { "info": { "name": "Orion Health List installed components", "type": "http" }, "http": { "method": "GET", "url": "https://api.orionhealth.com/fhir/configuration/components", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "List all installed Rhapsody components including filters, communication point types, and custom modules." } ] } ], "bundled": true }