payroll_technicians_payrolls_list
Retrieve a paginated list of payroll periods for a specific technician, with filters for status, active state, and dates.
Instructions
List one requested page of payroll periods for a required technician, with status, active-state, and date filters. Use payroll_payrolls_list for a tenant-wide search.
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 | |
| createdBefore | No | Filter payrolls created before this timestamp | |
| modifiedBefore | No | Filter payrolls modified before this UTC timestamp | |
| endedOnOrBefore | No | Filter payrolls ended on or before this UTC timestamp | |
| createdOnOrAfter | No | Filter payrolls created on or after this 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||