SSIS Components for HubSpot

Build 25.0.9434

CourseAssociations

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

View Specific Information

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

SELECT

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

SELECT * FROM CourseAssociations WHERE Id = '67890'

Columns

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

Courses.Id

False

Courses ID.

AssociationId [KEY] Long False False

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