payroll_payroll_adjustments_list
Fetch a paginated list of payroll adjustments, filtering by employee IDs or posted date range to review or audit changes.
Instructions
List one requested page of payroll adjustments, optionally filtered by employee IDs and posted timestamp. Use payroll_payroll_adjustments_get for one known adjustment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| employeeIds | No | Comma-delimited employee IDs | |
| includeTotal | No | Include total count in response | |
| postedOnOrAfter | No | Filter adjustments posted on or after this UTC timestamp | |
| postedOnOrBefore | No | Filter adjustments posted on or before this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||