{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Vital Metadata API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Vital Metadata", "type": "folder" }, "items": [ { "info": { "name": "Get a list of the metadata for a client's vitals by the client's AlayaCare ID", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/vitals/client/:client_id/metadata", "params": [ { "name": "client_id", "value": "", "type": "path", "description": "Client ID" } ] }, "docs": "Get a list of the metadata for a client's vitals by the client's AlayaCare ID" }, { "info": { "name": "Get a list of the metadata for a client's vitals by the client's external ID", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/vitals/client/by_id/:external_client_id/metadata", "params": [ { "name": "external_client_id", "value": "", "type": "path", "description": "External client ID" } ] }, "docs": "Get a list of the metadata for a client's vitals by the client's external ID" } ] } ], "bundled": true }