crm_locations_list
Search service locations using filters like customer, name, address, coordinates, or date ranges to retrieve a paginated result list.
Instructions
Search service locations by IDs, customer, name, address, coordinates, external data, activity, or date ranges. Returns one page; use crm_locations_get for a known ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited location IDs | |
| zip | No | Filter by zip | |
| city | No | Filter by city | |
| name | No | Filter by location name | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| unit | No | Filter by unit | |
| state | No | Filter by state | |
| active | No | Filter by active status | True |
| street | No | Filter by street | |
| country | No | Filter by country | |
| latitude | No | Filter by latitude | |
| pageSize | No | Records per page (default 50) | |
| longitude | No | Filter by longitude | |
| customerId | No | Filter by customer ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| externalDataKey | No | External data key | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| externalDataValues | No | External data values | |
| externalDataApplicationGuid | No | External data application GUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||