crm_customers_contacts_modified_list
List customer contacts modified within a date range, filter by customer IDs, and paginate results. Optionally include total count for efficient data management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| customerIds | No | Comma-delimited customer IDs | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |