payroll_timesheets_non_job_list
Retrieve and filter non-job timesheet records for payroll processing in ServiceTitan, enabling tracking of employee hours for administrative tasks and training.
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 |