{ "opencollection": "1.0.0", "info": { "name": "AlayaCare Accounting Accounts Departments API", "version": "1.0.19-oas3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Departments", "type": "folder" }, "items": [ { "info": { "name": "Get a list of available departments\n", "type": "http" }, "http": { "method": "GET", "url": "https://example.alayacare.com/ext/api/v2/accounting/departments", "params": [ { "name": "page", "value": "", "type": "query", "description": "Filter by page number." }, { "name": "count", "value": "", "type": "query", "description": "Number of items per page." }, { "name": "branch_id", "value": "", "type": "query", "description": "Filter by branch ID" } ] }, "docs": "Get a list of available departments\n" } ] } ], "bundled": true }