crm_locations_list
Retrieve a paginated list of CRM locations filtered by name, customer, address, active status, or date range. Supports sorting and external data lookups.
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 |