payroll_timesheets_jobs_list
Retrieve job records for payroll timesheets with filters by technician, date range, and job IDs to streamline payroll processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| jobIds | No | Comma-delimited job IDs | |
| endedOn | No | Filter by ended-on date/time | |
| pageSize | No | Records per page (default 50) | |
| startedOn | No | Filter by started-on date/time | |
| includeTotal | No | Include total count in response | |
| technicianId | No | Technician ID | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |