Get contractor payment groups for a company

GET {{baseUrl}}/v1/companies/:company_id/contractor_payment_groups?start_date=<string>&end_date=<string>&page=<number>&per=<number>

Returns a list of minimal contractor payment groups within a given time period, including totals but not associated contractor payments.

scope: payrolls:read

Request Params

KeyDatatypeRequiredDescription
start_datestringThe time period for which to retrieve contractor payment groups. Defaults to 6 months ago.
end_datestringThe time period for which to retrieve contractor payment groups. Defaults to today's date.
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;7f2337f9-9b78-44b9-aeed-be4777b833a8&quot;,&quot;company_uuid&quot;:&quot;c54046f7-1be4-4c54-8194-f4842c30c86d&quot;,&quot;check_date&quot;:&quot;2024-03-15&quot;,&quot;debit_date&quot;:&quot;2024-03-11&quot;,&quot;status&quot;:&quot;Funded&quot;,&quot;creation_token&quot;:&quot;a51a3500-3200-43af-a738-169d4b66a9db&quot;,&quot;totals&quot;:{&quot;debit_amount&quot;:&quot;740.00&quot;,&quot;wage_amount&quot;:&quot;720.00&quot;,&quot;reimbursement_amount&quot;:&quot;20.00&quot;}},{&quot;uuid&quot;:&quot;56260b3d-c375-415c-b77a-75d99f717193&quot;,&quot;company_uuid&quot;:&quot;c54046f7-1be4-4c54-8194-f4842c30c86d&quot;,&quot;check_date&quot;:&quot;2024-05-02&quot;,&quot;debit_date&quot;:&quot;2024-04-26&quot;,&quot;status&quot;:&quot;Unfunded&quot;,&quot;creation_token&quot;:&quot;45ef81bb-ae24-4ad1-b2c6-6e563a4c30ed&quot;,&quot;totals&quot;:{&quot;debit_amount&quot;:&quot;2365.00&quot;,&quot;wage_amount&quot;:&quot;2270.00&quot;,&quot;reimbursement_amount&quot;:&quot;95.00&quot;}}]