payroll_timesheets_non_job_list
List non-job timesheets for a specific employee to manage payroll entries outside of job assignments. Filter by employee type, active status, date range, and paginate results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | No | Employee ID | |
| employeeType | No | Employee type | |
| active | No | Filter by active status | True |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No | ||
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |