PayrollAdjustments_GetList
Retrieve a paginated list of payroll adjustments from the ServiceTitan API, filtered by employee IDs, date range, and tenant. Supports customizable page size and total count inclusion.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
employeeIds | No | The comma separated list of employee IDs | |
includeTotal | No | Whether total count should be returned | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
postedOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return payroll adjustments posted on or after certain date/time (in UTC) | |
postedOnOrBefore | No | Format - date-time (as date-time in RFC3339). Return payroll adjustments posted on or before certain date/time (in UTC) | |
tenant | Yes | Format - int64. Tenant ID |