payroll_gross_pay_items_list
List gross pay items from payroll records. Filter by employee type, employee ID, payroll IDs, or date range to view specific payroll details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeType | No | Employee type | |
| employeeId | No | Employee ID | |
| payrollIds | No | Comma-delimited payroll IDs | |
| dateOnOrAfter | No | Filter items on or after this UTC timestamp | |
| dateOnOrBefore | No | Filter items on or before this UTC timestamp | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |