Added interviewerCalendarEventId to each event returned by interviewEvent.list. This field exposes the external calendar event id of the interviewer's calendar event.
Added isFeedbackRequired to each interviewer in the interviewers array returned by interviewEvent.list and interviewSchedule.list. This field indicates whether feedback is required from that interviewer for the specific interview event.
Added isFeedbackRequested to the Interview object returned by interview.info and interview.list. This field indicates whether feedback is requested by default for interviewers assigned to the interview.
Added isFeedbackRequired to the Interview object returned by interview.info and interview.list. This field indicates whether feedback is required by default for interviewers assigned to the interview.
Added support for the X-On-Behalf-Of header, allowing API keys to perform actions as a specific user in the organization. See the Authentication page for details.
Requires the "Allow acting on behalf of a user" API key permission and a valid Ashby user ID.
This feature is in beta and may not be available for all organizations.
customField.create now supports creating custom fields with the Currency field type.
customField.setValue and customField.setValues now accept currency values for Currency custom fields. The value must be an object with a numeric value and valid ISO 4217 currencyCode, for example { "value": 100000, "currencyCode": "USD" }.
Clarified that interviewPlan.list returns published interview plans, and only includes archived interview plans when includeArchived is true. Draft interview plans are not returned.