payroll_employees_payrolls_list
Retrieve payroll records for an employee using filters like date range, status, and pagination to view payroll history.
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 |