Get jobs for an employee
GET {{baseUrl}}/v1/employees/:employee_id/jobs?page=<number>&per=<number>&include=<string>
Get all of the jobs that an employee holds.
scope: jobs:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page that is requested. When unspecified, will load all objects unless endpoint forces pagination. | |
per | string | Number of objects per page. For majority of endpoints will default to 25 | |
include | string | Available options: |
- all_compensations: Include all effective dated compensations for each job instead of only the current compensation |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"uuid":"d6d1035e-8a21-4e1d-89d5-fa894f9aff97","version":"6c0ed1521e8b86eb36bd4455a63a2dac","employee_uuid":"948daac8-4355-4ece-9e2a-229898accb22","current_compensation_uuid":"ea8b0b90-1112-4f9d-bb93-bf029bc8537a","payment_unit":"Year","primary":true,"title":"Client Support Director","compensations":[{"uuid":"ea8b0b90-1112-4f9d-bb93-bf029bc8537a","version":"2cd4b18662395eb53bcf80d5b5447f36","payment_unit":"Year","flsa_status":"Exempt","job_uuid":"d6d1035e-8a21-4e1d-89d5-fa894f9aff97","effective_date":"2021-01-20","rate":"70000.00","adjust_for_minimum_wage":false,"minimum_wages":[]}],"rate":"70000.00","hire_date":"2020-01-20"}]