crm_customers_list
Retrieve and filter customer records from ServiceTitan CRM using various criteria like location, contact details, activity status, and modification dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited customer IDs | |
| excludeAccountingChangesFromModifiedDateRange | No | Exclude accounting-only changes from modified date filters | |
| name | No | Filter by name | |
| 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 | |
| phone | No | Filter by contact phone | |
| 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 |