GrossPayItems_GetList
Retrieve a list of gross pay items for employees or technicians by specifying filters such as date range, payroll ID, or employee type using a structured API request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items having date after certain date/time (in UTC) | |
| dateOnOrBefore | No | Format - date-time (as date-time in RFC3339). Return items having date before certain date/time (in UTC) | |
| employeeId | No | Format - int64. The Employee ID | |
| employeeType | No | The type of employee Values: [Technician, Employee] | |
| includeTotal | No | Whether total count should be returned | |
| page | No | Format - int32. The logical number of page to return, starting from 1 | |
| pageSize | No | Format - int32. How many records to return (50 by default) | |
| payrollIds | No | The payroll ID | |
| tenant | Yes | Format - int64. Tenant ID |