dispatch_appointments_list
Retrieve and filter service appointments from ServiceTitan's dispatch module by ID, date, status, technician, or customer for operational management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| ids | No | Comma-separated appointment IDs (maximum 50) | |
| jobId | No | Filter by job ID | |
| projectId | No | Filter by project ID | |
| number | No | Filter by appointment number | |
| status | No | Filter by appointment status | |
| startsOnOrAfter | No | Return appointments starting on or after this UTC timestamp | |
| startsBefore | No | Return appointments starting before this UTC timestamp | |
| technicianId | No | Filter by assigned technician ID | |
| customerId | No | Filter by customer ID | |
| unused | No | Return unused appointments only | |
| createdBefore | No | Return appointments created before this UTC timestamp | |
| createdOnOrAfter | No | Return appointments created on or after this UTC timestamp | |
| modifiedBefore | No | Return appointments modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return appointments 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 |