payroll_employees_payrolls_list
Retrieve and filter payroll records for specific employees in ServiceTitan using date ranges, status, and activity parameters to manage payroll data efficiently.
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 | |
| employeeId | Yes | Employee ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |