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

KeyDatatypeRequiredDescription
pagestringThe page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
perstringNumber of objects per page. For majority of endpoints will default to 25
includestringAvailable options:
  • all_compensations: Include all effective dated compensations for each job instead of only the current compensation |

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

[{&quot;uuid&quot;:&quot;d6d1035e-8a21-4e1d-89d5-fa894f9aff97&quot;,&quot;version&quot;:&quot;6c0ed1521e8b86eb36bd4455a63a2dac&quot;,&quot;employee_uuid&quot;:&quot;948daac8-4355-4ece-9e2a-229898accb22&quot;,&quot;current_compensation_uuid&quot;:&quot;ea8b0b90-1112-4f9d-bb93-bf029bc8537a&quot;,&quot;payment_unit&quot;:&quot;Year&quot;,&quot;primary&quot;:true,&quot;title&quot;:&quot;Client Support Director&quot;,&quot;compensations&quot;:[{&quot;uuid&quot;:&quot;ea8b0b90-1112-4f9d-bb93-bf029bc8537a&quot;,&quot;version&quot;:&quot;2cd4b18662395eb53bcf80d5b5447f36&quot;,&quot;payment_unit&quot;:&quot;Year&quot;,&quot;flsa_status&quot;:&quot;Exempt&quot;,&quot;job_uuid&quot;:&quot;d6d1035e-8a21-4e1d-89d5-fa894f9aff97&quot;,&quot;effective_date&quot;:&quot;2021-01-20&quot;,&quot;rate&quot;:&quot;70000.00&quot;,&quot;adjust_for_minimum_wage&quot;:false,&quot;minimum_wages&quot;:[]}],&quot;rate&quot;:&quot;70000.00&quot;,&quot;hire_date&quot;:&quot;2020-01-20&quot;}]