SSIS Components for HubSpot

Build 25.0.9434

ServiceAssociations

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

View Specific Information

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

SELECT

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

SELECT * FROM ServiceAssociations WHERE Id = '22222'

Columns

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

Services.Id

False

Services ID.

AssociationId [KEY] Long False False

ID of the object that this Services 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