dispatch_projects_list
Retrieve and filter dispatch projects in ServiceTitan using criteria like customer, technician, status, dates, and sorting options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn, Name, TargetCompletionDate | |
| ids | No | Comma-separated project IDs (maximum 50) | |
| customerId | No | Filter by customer ID | |
| locationId | No | Filter by location ID | |
| projectTypeId | No | Filter by project type ID | |
| invoiceId | No | Filter by invoice ID | |
| technicianId | No | Filter by technician ID | |
| jobId | No | Filter by job ID | |
| appointmentId | No | Filter by appointment ID | |
| projectManagerIds | No | Comma-separated manager IDs | |
| businessUnitIds | No | Comma-separated business unit IDs | |
| startsBefore | No | Return projects starting before this UTC timestamp | |
| startsOnOrAfter | No | Return projects starting on or after this UTC timestamp | |
| completedBefore | No | Return completed projects before this UTC timestamp | |
| completedOnOrAfter | No | Return completed projects on or after this UTC timestamp | |
| targetCompletionDateBefore | No | Return projects with target completion before this UTC timestamp | |
| targetCompletionDateOnOrAfter | No | Return projects with target completion on or after this UTC timestamp | |
| status | No | Project status filter | |
| externalDataApplicationGuid | No | External data application GUID | |
| externalDataKey | No | External data key | |
| externalDataValues | No | External data values (comma-separated) | |
| 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 |