payroll_timesheets_job_list
Get a paginated list of timesheets for a given job ID, with filters by technician and dates for payroll review.
Instructions
List one requested page of timesheets attached to a required job. Use this when the job ID is known; use payroll_timesheets_jobs_list to search across optional comma-delimited job IDs.
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 | |
| jobId | Yes | Job ID | |
| 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 | |||