crm_locations_list
Retrieve and filter customer location data from ServiceTitan CRM using criteria like address, customer ID, or status to manage service territories and client information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited location IDs | |
| name | No | Filter by location name | |
| customerId | No | Filter by customer ID | |
| street | No | Filter by street | |
| unit | No | Filter by unit | |
| city | No | Filter by city | |
| state | No | Filter by state | |
| zip | No | Filter by zip | |
| country | No | Filter by country | |
| latitude | No | Filter by latitude | |
| longitude | No | Filter by longitude | |
| active | No | Filter by active status | True |
| externalDataApplicationGuid | No | External data application GUID | |
| externalDataKey | No | External data key | |
| externalDataValues | No | External data values | |
| 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 |