crm_customers_contacts_modified_list
Retrieve a paginated list of customer contacts filtered by modification date and customer IDs. Supports date range filters and total count inclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerIds | No | Comma-delimited customer 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 |