{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts EVV API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "EVV", "type": "folder" }, "items": [ { "info": { "name": "Get a list of evv visits", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/evv_visits", "params": [ { "name": "page", "value": "", "type": "query", "description": "Filter by page number." }, { "name": "count", "value": "", "type": "query", "description": "Number of items per page." }, { "name": "start_date_from", "value": "", "type": "query", "description": "\"Filter by visit start time greater or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-03T08:00:00-05:00`\"\n" }, { "name": "start_date_to", "value": "", "type": "query", "description": "Filter by visit start time less than or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-18T08:00:00-05:00`\n" }, { "name": "created_date_from", "value": "", "type": "query", "description": "\"Filter by visit created time greater or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-03T08:00:00-05:00`\"\n" }, { "name": "created_date_to", "value": "", "type": "query", "description": "Filter by visit created time less than or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-18T08:00:00-05:00`\n" }, { "name": "updated_date_from", "value": "", "type": "query", "description": "\"Filter by visit updated time greater or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-03T08:00:00-05:00`\"\n" }, { "name": "updated_date_to", "value": "", "type": "query", "description": "Filter by visit updated time less than or equal than specified value.\nExpected format is ISO 8601.\nEx: `2018-02-18T08:00:00-05:00`\n" }, { "name": "evv_status", "value": "", "type": "query", "description": "Status of the visit based on evv visit status hierarchy from AlayaCare web application" }, { "name": "evv_vendor", "value": "", "type": "query", "description": "Filter by funder evv vendor" }, { "name": "branch_id", "value": "", "type": "query", "description": "Filter by branch ID `(default: current user branch)`\n" }, { "name": "client_attributes", "value": "", "type": "query", "description": "Filter client attributes by name" }, { "name": "employee_attributes", "value": "", "type": "query", "description": "Filter employee attributes by name" }, { "name": "funder_attributes", "value": "", "type": "query", "description": "Filter funder attributes by name" }, { "name": "service_attributes", "value": "", "type": "query", "description": "Filter service attributes by name" }, { "name": "include", "value": "", "type": "query", "description": "Include extra information" } ] }, "docs": "Get a list of evv visits" } ] } ], "bundled": true }