crm_customers_contacts_modified_list
Retrieve modified customer contact records from ServiceTitan CRM with filtering by date ranges, customer IDs, and pagination controls for efficient data synchronization.
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 |