FeedbackSubmissionAssociations
Retrieve the IDs of all the objects associated to specific Feedbacksubmissions objects in HubSpot.
View Specific Information
This is a sample associations table exposed when the ExpandAssociations connection property is set to False (default).
SELECT
A query to this table will return will return the Id-s of all the records and their corresponding object type associated to a specific FeedbackSubmission record.
SELECT * FROM FeedbackSubmissionAssociations
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | False | False |
Feedbacksubmissions ID | |
| AssociationId [KEY] | Long | False | False |
ID of the object that this Feedbacksubmissions object is associated with. | |
| Type [KEY] | String | False | False |
Type of the associated object_ which can be a contact_ deal etc. | |
| TypeId [KEY] | String | False | False |
The numeric ID for the association type. This column is empty for more general associations queries. | |
| TypeName [KEY] | String | True |
AssociationsTypes.Type | False |
The name of the association type for the specified object pair. This column is empty for more specific associations queries. |