SSIS Components for HubSpot

Build 25.0.9434

ListingAssociations

Retrieve the IDs of all the objects associated to specific Listings objects in HubSpot.

View Specific Information

ListingAssociations retrieves the IDs of all objects associated with specific listing records in HubSpot. This table shows the relationships between listings and other HubSpot objects such as contacts, companies, deals, and tickets.

SELECT

When selecting listing associations, you must specify the listing ID to retrieve its associated objects. For example:

SELECT * FROM ListingAssociations WHERE Id = '11111'

Columns

Name Type ReadOnly References Filterable Description
Id [KEY] Long False

Listings.Id

False

Listings ID.

AssociationId [KEY] Long False False

ID of the object that this Listings object is associated with.

Type [KEY] String False False

Type of the associated object, which can be a contact, deal etc.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434