{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts visit sys_admin API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "visit sys_admin", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/sys_admin/visits", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/v1/sys_admin/visits", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "inbox_id", "value": "", "type": "query" }, { "name": "outbox_id", "value": "", "type": "query" }, { "name": "demand_persona_id", "value": "", "type": "query" }, { "name": "supply_persona_id", "value": "", "type": "query" }, { "name": "referral_id", "value": "", "type": "query" }, { "name": "service_id", "value": "", "type": "query" }, { "name": "service_outbox_id", "value": "", "type": "query", "description": "ID of a service in the demand system." }, { "name": "page", "value": "", "type": "query" }, { "name": "items_per_page", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" } ] }, "docs": "# Authorization\nRequired role: `sys_admin`.\n\n# Description\nGet a collection of Visits.\n" }, { "info": { "name": "GET /v1/sys_admin/visits/{visit_id}", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/v1/sys_admin/visits/:visit_id", "params": [ { "name": "visit_id", "value": "", "type": "path", "description": "ID of a visit." } ] }, "docs": "# Authorization\nRequired role: `sys_admin`.\n\n# Description\nGet the details of a Visit.\n" } ] } ], "bundled": true }