{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Interview Event API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Interview Event", "type": "folder" }, "items": [ { "info": { "name": "interviewEvent.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewEvent.list", "body": { "type": "json", "data": "{}" } }, "docs": "Lists interview events associated with an interview schedule\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`interviewsRead`](authentication#permissions-intervieweventlist) permission.**\n" } ] } ], "bundled": true }