Get employment history for an employee

GET {{baseUrl}}/v1/employees/:employee_id/employment_history

Retrieve the employment history for a given employee, which includes termination and rehire.

scope: employments:read

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{"hire_date":"2023-05-30","termination_date":null,"file_new_hire_report":true,"two_percent_shareholder":false,"employment_status":"seasonal"},{"hire_date":"2021-02-02","termination_date":"2023-03-01","file_new_hire_report":false,"two_percent_shareholder":false,"employment_status":"full_time"}]