crm_customers_contacts_list
Retrieve a paginated list of contacts for a specific customer by providing their customer ID. Optionally include total count and adjust page size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |