customers_get_modified_contacts_list
Retrieve a paginated list of customer contact records modified within specified date ranges or for specific customer IDs, using the ServiceTitan MCP Server. Filter by creation or modification dates and include total count if needed.
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 |