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