Associations
Search for records that are associated with other specific records by using the pseudo-property associations.{objectType}.
For example, the request below searches for all tickets associated with a contact that has the contact ID of 123:
{
"filters": [
{
"propertyName": "associations.contact",
"operator": "EQ",
"value": "123"
}
]
}
You can search through associations by using the following pseudo-property values:
associations.company
associations.contact
associations.ticket
associations.deal
associations.quote
To search for associations to a specific custom object record, you can use use the above pseudo--property with the custom object's objectTypeId, which you can retrieve through the custom object's schema. For example, associations.2-214573.
Associations
Search for records that are associated with other specific records by using the pseudo-property associations.{objectType}.
For example, the request below searches for all tickets associated with a contact that has the contact ID of 123:
{
"filters": [
{
"propertyName": "associations.contact",
"operator": "EQ",
"value": "123"
}
]
}
You can search through associations by using the following pseudo-property values:
associations.company
associations.contact
associations.ticket
associations.deal
associations.quote
To search for associations to a specific custom object record, you can use use the above pseudo--property with the custom object's objectTypeId, which you can retrieve through the custom object's schema. For example, associations.2-214573.