Candidate Employment
Retrieves employment history list for a specific candidate
get/candidate/{candidate_id}/employment
Query parameters
pageinteger
The page of documents to be displayed
items_per_pageinteger
The number of documents per page
work_type'agency' | 'contract' | 'permanent' | 'self_employed' | 'unknown' | 'student_placement' | 'part_time' | 'not_employed' | 'student_full_time'
The work type to apply filter
employer_namestring
The employer name to apply filter
start_datestring date-time
The start date to apply filter
end_datestring date-time
The end date to apply filter
job_title_namestring
The job title name to apply filter
sortBystring[]
The field to sort by together with sorting order example work_type, -work_type
Response
Employment history list for a specific candidate will be returned
Changes
No recorded changes to this endpoint across all 1 revision of this API.