customers_get_modified_contacts_list
Retrieve modified customer contact records from the ServiceTitan API by specifying date ranges, customer IDs, or pagination for precise data filtering and management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
createdBefore | No | Format - date-time (as date-time in RFC3339). Returns items created before the requested date (in UTC) | |
createdOnOrAfter | No | Format - date-time (as date-time in RFC3339). Returns items created on or after the requested date (in UTC) | |
customerIds | No | Returns specific contact records by customer IDs. | |
includeTotal | No | Whether total count should be returned | |
modifiedBefore | No | Format - date-time (as date-time in RFC3339). Return items modified before certain date/time (in UTC). Either modifiedBefore or modifiedOnOrAfter parameter must be specified | |
modifiedOnOrAfter | No | Format - date-time (as date-time in RFC3339). Return items modified on/after certain date/time (in UTC). Either modifiedBefore or modifiedOnOrAfter parameter must be specified | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
tenant | Yes | Format - int64. Tenant ID |