v1
latestOpenAPI 3.1.02026-07-261770816.7 KBList candidate educations
Candidate educations are the school/degree/discipline entries on a candidate's profile — one row per education entry. V3 flattens what V1 nested under /v1/candidates/{id}/educations; filter with candidate_ids to retrieve a single candidate's full education history. School, degree, and discipline are stored as references to custom-field option ids — resolve the display names via /v3/custom_field_options. Use latest=true to retrieve only each candidate's most recent education.
Query parameters
Cursor link for pagination from previous page response header. Do not use any other parameters when using this.
Number of results per page
Comma separated list
Comma separated list
Comma separated list of fields to return
Filter by education start date. Pass any combination of gte, lte, gt, lt as ISO-8601 date-times (e.g. start_at[gte]=2014-01-01T00:00:00Z).
Filter by education end date. Pass any combination of gte, lte, gt, lt as ISO-8601 date-times (e.g. end_at[lte]=2018-12-31T00:00:00Z).
When true, return only each candidate's most recent education entry; when false, exclude the most recent. Omit to include the full education history.
Response
Successful