{ "opencollection": "1.0.0", "info": { "name": "Chart Retrieval API", "version": "0.1.0" }, "items": [ { "info": { "name": "Patient", "type": "folder" }, "items": [ { "info": { "name": "Get Status", "type": "http" }, "http": { "method": "GET", "url": "https://${environment}-api.moxehealth.com/chart-retrieval/v1/patient-chart-request/:moxeRequestId/status", "params": [ { "name": "moxeRequestId", "value": "", "type": "path", "description": "The moxeRequestId provided by us when the patient-chart-request in question was created" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://${environment}-api.moxehealth.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the status of the specified patient chart request" } ] } ], "bundled": true }