scheduling_non_job_appointments_list
Retrieve and filter non-job appointments in ServiceTitan with options for sorting, technician assignment, date ranges, and visibility settings to manage scheduling operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| technicianId | No | Filter by technician ID | |
| startsOnOrAfter | No | Return items starting on or after this UTC timestamp | |
| startsOnOrBefore | No | Return items starting on or before this UTC timestamp | |
| timesheetCodeId | No | Filter by timesheet code ID | |
| activeOnly | No | Return active items only | |
| showOnTechnicianSchedule | No | Filter by technician schedule visibility | |
| ids | No | Comma-separated IDs (maximum 50) | |
| createdBefore | No | Return items created before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |