{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Activities of Daily Living (ADL) API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Activities of Daily Living (ADL)", "type": "folder" }, "items": [ { "info": { "name": "Get a list of a client's ADLs using AlayaCare client ID", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/adls/client/:alayacare_client_id", "params": [ { "name": "alayacare_client_id", "value": "", "type": "path", "description": "AlayaCare client ID" }, { "name": "service_id", "value": "", "type": "query", "description": "Filter by external service ID" }, { "name": "alayacare_service_id", "value": "", "type": "query", "description": "Filter by AlayaCare service ID" } ] }, "docs": "- `service_id` and `alayacare_service_id` are mutually exclusive, specifying both is an invalid request.\n" }, { "info": { "name": "Get a list of a client's ADLs using external client ID", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/adls/client/by_id/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "External client ID" }, { "name": "service_id", "value": "", "type": "query", "description": "Filter by external service ID" }, { "name": "alayacare_service_id", "value": "", "type": "query", "description": "Filter by AlayaCare service ID" } ] }, "docs": "- `service_id` and `alayacare_service_id` are mutually exclusive, specifying both is an invalid request.\n" } ] } ], "bundled": true }