{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Interview Plan API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Interview Plan", "type": "folder" }, "items": [ { "info": { "name": "interviewPlan.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewPlan.list", "body": { "type": "json", "data": "{}" } }, "docs": "List published interview plans. Draft interview plans are not returned. If `includeArchived` is true, archived interview plans are also included.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`interviewsRead`](authentication#permissions-interviewplanlist) permission.**\n" } ] } ], "bundled": true }