payroll_technicians_payrolls_list
Retrieve and filter payroll records for specific technicians in ServiceTitan, enabling payroll management through date, status, and activity parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startedOnOrAfter | No | Filter payrolls started on or after this UTC timestamp | |
| endedOnOrBefore | No | Filter payrolls ended on or before this UTC timestamp | |
| modifiedBefore | No | Filter payrolls modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Filter payrolls modified on or after this UTC timestamp | |
| approvedOnOrAfter | No | Filter payrolls approved on or after this UTC timestamp | |
| status | No | Payroll status | |
| active | No | Active filter | |
| technicianId | Yes | Technician ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |