crm_locations_contacts_modified_list
Retrieve modified contacts for specified locations. Filter by location IDs, creation and modification dates, and paginate results for efficient data extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationIds | No | Comma-delimited location IDs | |
| 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 |