{ "opencollection": "1.0.0", "info": { "name": "Canvas Medical FHIR AllergyIntolerance Slot API", "version": "4.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{canvas-instance}.canvasmedical.com/auth/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Slot", "type": "folder" }, "items": [ { "info": { "name": "Search Slots", "type": "http" }, "http": { "method": "GET", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Slot", "params": [ { "name": "schedule", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Filter by resource status" }, { "name": "date", "value": "", "type": "query", "description": "Filter by date (FHIR date search parameter)" }, { "name": "_count", "value": "", "type": "query", "description": "Maximum number of results per page" }, { "name": "_page_token", "value": "", "type": "query", "description": "Pagination token for next page" } ] }, "docs": "Search for available appointment slots" }, { "info": { "name": "Read Slot", "type": "http" }, "http": { "method": "GET", "url": "https://fumage-{canvas-instance}.canvasmedical.com/Slot/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Logical ID of the FHIR resource" } ] }, "docs": "Read Slot" } ] } ], "bundled": true }