payroll_timesheets_job_list
Retrieve and filter payroll timesheet records for specific jobs in ServiceTitan, enabling tracking of technician hours and work completion for accurate payroll processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID | |
| technicianId | No | Technician ID | |
| startedOn | No | Filter by started-on date/time | |
| endedOn | No | Filter by ended-on date/time | |
| 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 |