{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Department API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Department", "type": "folder" }, "items": [ { "info": { "name": "department.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/department.info", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch department details by id\n\n**Requires the [`organizationRead`](authentication#permissions-departmentinfo) permission.**\n" }, { "info": { "name": "department.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/department.list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists all departments\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`organizationRead`](authentication#permissions-departmentlist) permission.**\n" } ] } ], "bundled": true }