{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Interview Schedule API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Interview Schedule", "type": "folder" }, "items": [ { "info": { "name": "interviewSchedule.cancel", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewSchedule.cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel an interview schedule by id\n\n**Requires the [`interviewsWrite`](authentication#permissions-interviewschedulecancel) permission.**\n" }, { "info": { "name": "interviewSchedule.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewSchedule.create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a scheduled interview in Ashby\n\n**Requires the [`interviewsWrite`](authentication#permissions-interviewschedulecreate) permission.**\n" }, { "info": { "name": "interviewSchedule.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewSchedule.list", "body": { "type": "json", "data": "{}" } }, "docs": "Gets all interview schedules in the organization.\n\nSee the [Pagination and Incremental Synchronization](/docs/pagination-and-incremental-sync) guide for detailed usage examples.\n\n**Requires the [`interviewsRead`](authentication#permissions-interviewschedulelist) permission.**\n" }, { "info": { "name": "interviewSchedule.update", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/interviewSchedule.update", "body": { "type": "json", "data": "{}" } }, "docs": "Update an interview schedule. This endpoint allows you to add, cancel, or update interview events associated with an interview schedule.\n\n**Requires the [`interviewsWrite`](authentication#permissions-interviewscheduleupdate) permission.**\n\nIn order to update an interview event on a schedule, the event's `interviewEventId` must be included when sending your request. \n`interviewEventId`s are included in the response of the `interviewSchedule.create` endpoint.\n" } ] } ], "bundled": true }