payroll_gross_pay_items_list
Retrieve gross pay items for ServiceTitan payroll processing by filtering employee type, ID, date ranges, and payroll IDs to calculate earnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeType | No | Employee type | |
| employeeId | No | Employee ID | |
| payrollIds | No | Comma-delimited payroll IDs | |
| dateOnOrAfter | No | Filter items on or after this UTC timestamp | |
| dateOnOrBefore | No | Filter items on or before this UTC timestamp | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |