payroll_timesheets_jobs_list
Retrieve a page of job timesheets across selected jobs, with filters for job IDs, start/end dates, technician, and sorting to locate payroll records.
Instructions
List one requested page of job timesheets across jobs, optionally filtered by comma-delimited job IDs. Use payroll_timesheets_job_list when retrieving timesheets for one required job.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||