List Employee Payrolls

GET {{baseUrl}}/hris/payrolls/employees/:employee_id?raw=false&filter[start_date]=2022-04-08&filter[end_date]=2022-04-21&pass_through[search]=San Francisco

List payrolls for employee

Request Params

KeyDatatypeRequiredDescription
rawbooleanInclude raw response. Mostly used for debugging purposes
filter[start_date]stringApply filters
filter[end_date]stringApply filters
pass_through[search]stringOptional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads
fieldsstringThe 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: fields=name,email,addresses.city<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.
cursornull
filter[company_id]null

HEADERS

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
x-apideck-service-idstringProvide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
Acceptstring

RESPONSES

status: OK

{&quot;status_code&quot;:200,&quot;status&quot;:&quot;OK&quot;,&quot;service&quot;:&quot;sage-hr&quot;,&quot;resource&quot;:&quot;Employees&quot;,&quot;operation&quot;:&quot;all&quot;,&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;,&quot;processed&quot;:false,&quot;check_date&quot;:&quot;2022-04-08&quot;,&quot;start_date&quot;:&quot;2022-04-08&quot;,&quot;end_date&quot;:&quot;2022-04-21&quot;,&quot;employee_id&quot;:&quot;12345&quot;,&quot;company_id&quot;:&quot;23456&quot;,&quot;processed_date&quot;:&quot;2022-04-08&quot;,&quot;totals&quot;:{&quot;company_debit&quot;:27992.49,&quot;tax_debit&quot;:8655.32,&quot;check_amount&quot;:27966.23,&quot;net_pay&quot;:19337.17,&quot;gross_pay&quot;:27966.23,&quot;employer_taxes&quot;:2038.93,&quot;employee_taxes&quot;:6616.39,&quot;employer_benefit_contributions&quot;:0,&quot;employee_benefit_deductions&quot;:0},&quot;compensations&quot;:[{&quot;employee_id&quot;:&quot;12345&quot;,&quot;net_pay&quot;:2199.93,&quot;gross_pay&quot;:3000,&quot;taxes&quot;:[{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97},{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97}],&quot;deductions&quot;:[{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97},{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97}],&quot;benefits&quot;:[{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14},{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14}]},{&quot;employee_id&quot;:&quot;12345&quot;,&quot;net_pay&quot;:2199.93,&quot;gross_pay&quot;:3000,&quot;taxes&quot;:[{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97},{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97}],&quot;deductions&quot;:[{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97},{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97}],&quot;benefits&quot;:[{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14},{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14}]}]},{&quot;id&quot;:&quot;12345&quot;,&quot;processed&quot;:false,&quot;check_date&quot;:&quot;2022-04-08&quot;,&quot;start_date&quot;:&quot;2022-04-08&quot;,&quot;end_date&quot;:&quot;2022-04-21&quot;,&quot;employee_id&quot;:&quot;12345&quot;,&quot;company_id&quot;:&quot;23456&quot;,&quot;processed_date&quot;:&quot;2022-04-08&quot;,&quot;totals&quot;:{&quot;company_debit&quot;:27992.49,&quot;tax_debit&quot;:8655.32,&quot;check_amount&quot;:27966.23,&quot;net_pay&quot;:19337.17,&quot;gross_pay&quot;:27966.23,&quot;employer_taxes&quot;:2038.93,&quot;employee_taxes&quot;:6616.39,&quot;employer_benefit_contributions&quot;:0,&quot;employee_benefit_deductions&quot;:0},&quot;compensations&quot;:[{&quot;employee_id&quot;:&quot;12345&quot;,&quot;net_pay&quot;:2199.93,&quot;gross_pay&quot;:3000,&quot;taxes&quot;:[{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97},{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97}],&quot;deductions&quot;:[{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97},{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97}],&quot;benefits&quot;:[{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14},{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14}]},{&quot;employee_id&quot;:&quot;12345&quot;,&quot;net_pay&quot;:2199.93,&quot;gross_pay&quot;:3000,&quot;taxes&quot;:[{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97},{&quot;name&quot;:&quot;CA State Income Tax&quot;,&quot;employer&quot;:false,&quot;amount&quot;:1.97}],&quot;deductions&quot;:[{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97},{&quot;name&quot;:&quot;Company Car&quot;,&quot;amount&quot;:10.97}],&quot;benefits&quot;:[{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14},{&quot;name&quot;:&quot;Health Insurance&quot;,&quot;employee_deduction&quot;:142.94,&quot;employer_contribution&quot;:141.14}]}]}]}