Fixed
2026-04-02
6 months ago
GET /v3/interview_kits
- Fixed: The
exercisesfield so it correctly falls back to the job interview's instructions when the interview kit has no exercises text set, instead of returningnull.
GET /v3/job_candidate_attributes
- Added: An
activeboolean query parameter to filter job candidate attributes by whether they are active.
GET /v3/jobs
- Fixed: The
confidentialquery parameter so thatconfidential=falsecorrectly filters to only non-confidential jobs, instead of being ignored.