Get approved payroll reversals

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

Returns all approved Payroll Reversals for a Company.

scope: payrolls: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;reversed_payroll_uuid&quot;:&quot;09505984-8d8c-41a3-adbe-5740322ae8e9&quot;,&quot;reversal_payroll_uuid&quot;:&quot;0424688e-0a2e-4cd0-ac86-42283e788fb3&quot;,&quot;reason&quot;:&quot;Customer Request&quot;,&quot;approved_at&quot;:null,&quot;category&quot;:&quot;convert_check_ee_requested&quot;,&quot;reversed_employee_uuids&quot;:[&quot;5f036964-185e-4c85-bbf2-3873e1203b30&quot;]}