crm_contact_relationships_list
List relationships linked to a contact, filterable by relationship type, entity, or creation date, with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID | |
| relatedEntityId | No | Related entity ID filter | |
| typeSlug | No | Relationship type slug filter | |
| typeName | No | Relationship type name filter | |
| createdBefore | No | List relationships created before this timestamp | |
| createdOnOrAfter | No | List relationships created on/after this timestamp | |
| 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 |