{ "opencollection": "1.0.0", "info": { "name": "Elation Health REST Allergies Practices API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://sandbox.elationemr.com/api/2.0/oauth2/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Practices", "type": "folder" }, "items": [ { "info": { "name": "List practices", "type": "http" }, "http": { "method": "GET", "url": "https://app.elationemr.com/api/2.0/practices/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Retrieve a list of practices accessible to the authenticated application." }, { "info": { "name": "Retrieve a practice", "type": "http" }, "http": { "method": "GET", "url": "https://app.elationemr.com/api/2.0/practices/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique resource identifier" } ] }, "docs": "Retrieve a practice" }, { "info": { "name": "Update a practice", "type": "http" }, "http": { "method": "PUT", "url": "https://app.elationemr.com/api/2.0/practices/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a practice" }, { "info": { "name": "Partially update a practice", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.elationemr.com/api/2.0/practices/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a practice" } ] } ], "bundled": true }