crm_contact_relationships_list
List relationships for a contact in ServiceTitan CRM, filtered by type, date, and paginated to retrieve specific related entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| pageSize | No | Records per page (default 50) | |
| typeName | No | Relationship type name filter | |
| typeSlug | No | Relationship type slug filter | |
| contactId | Yes | Contact ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | List relationships created before this timestamp | |
| relatedEntityId | No | Related entity ID filter | |
| createdOnOrAfter | No | List relationships created on/after this timestamp |