crm_bookings_contacts_list
Retrieve contacts associated with a booking ID, using pagination and optional total count to manage large datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Booking ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |