crm_contacts_by_relationship_list
Retrieve and filter CRM contacts based on specific relationship IDs within ServiceTitan, enabling targeted customer relationship management and contact organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by contact name | |
| title | No | Filter by contact title | |
| referenceId | No | Filter by external reference ID | |
| isArchived | No | Filter by archive status | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| 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 | ||
| relationshipId | Yes | Contact relationship ID |