Get the pay schedules for a company

GET {{baseUrl}}/v1/companies/:company_id/pay_schedules?page=<number>&per=<number>

The pay schedule object in Gusto captures the details of when employees work and when they should be paid. A company can have multiple pay schedules.

scope: pay_schedules: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

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;2097fe08-407a-46d7-b35c-a32402a2355e&quot;,&quot;frequency&quot;:&quot;Twice per month&quot;,&quot;anchor_pay_date&quot;:&quot;2020-05-15&quot;,&quot;anchor_end_of_pay_period&quot;:&quot;2020-05-08&quot;,&quot;day_1&quot;:15,&quot;day_2&quot;:31,&quot;name&quot;:&quot;Engineering&quot;,&quot;custom_name&quot;:&quot;Engineering department pay schedule&quot;,&quot;auto_pilot&quot;:false,&quot;active&quot;:true},{&quot;uuid&quot;:&quot;8fc9f556-74fa-4271-97f6-4bfbfc5a5352&quot;,&quot;frequency&quot;:&quot;Monthly&quot;,&quot;anchor_pay_date&quot;:&quot;2020-05-31&quot;,&quot;day_1&quot;:31,&quot;day_2&quot;:null,&quot;name&quot;:&quot;Sales&quot;,&quot;custom_name&quot;:&quot;Sales department monthly schedule&quot;,&quot;auto_pilot&quot;:false,&quot;active&quot;:false},{&quot;uuid&quot;:&quot;0e07d35a-af11-4123-bfcb-4dd5f2f12ee1&quot;,&quot;frequency&quot;:&quot;Monthly&quot;,&quot;anchor_pay_date&quot;:&quot;2020-05-31&quot;,&quot;day_1&quot;:31,&quot;day_2&quot;:null,&quot;name&quot;:&quot;Staff&quot;,&quot;custom_name&quot;:&quot;Staff department pay schedule&quot;,&quot;auto_pilot&quot;:true,&quot;active&quot;:false}]