people_trucks_list
Retrieve and filter truck information from ServiceTitan's fleet management system to support dispatch operations and vehicle tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated truck IDs (maximum 50) | |
| externalDataApplicationGuid | No | External data application GUID | |
| externalDataKey | No | External data key | |
| externalDataValues | No | External data values | |
| active | No | Filter by active status | True |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |