MarketingEventAssociationsByExternalAccountIdAndExternalEventId |
Get lists associated with a marketing eventGets lists associated with a marketing event by external account id and external event id
Catalog: MarketingEvents
Schema: ListAssociations
This is a read-only table function. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function MarketingEventAssociationsByExternalAccountIdAndExternalEventId. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
|---|---|---|---|---|
externalAccountId |
|
☑ |
|
The accountId that is associated with this marketing event in the external event application. |
externalEventId |
|
☑ |
|
The id of the marketing event in the external event application. |
Columns of Table Function
The columns of the table function MarketingEventAssociationsByExternalAccountIdAndExternalEventId are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
createdAt |
datetime |
Created at |
☐ |
Timestamp of the creation of the list |
createdById |
varchar2 |
Created by ID |
☐ |
The ID of the user who created the list |
deletedAt |
datetime |
Deleted at |
☐ |
Timestamp of the deletion of the list |
filtersUpdatedAt |
datetime |
|
☐ |
Timestamp of the last update of the list filters |
listId |
varchar2 |
|
☐ |
An internal ID of the list |
listVersion |
int32 |
|
☐ |
A number that represents a version of the list |
name |
varchar2 |
Name |
☐ |
The name of the list |
objectTypeId |
varchar2 |
Ojbect Type ID |
☐ |
The internal ID of the object type of the list |
processingStatus |
varchar2 |
|
☐ |
Represents the current processing status of the list |
processingType |
varchar2 |
|
☐ |
Processing type of the list |
size |
int64 |
Size |
☐ |
The size of the result list |
updatedAt |
datetime |
Updated at |
☐ |
Timestamp of the last update of the list |
updatedById |
varchar2 |
Updated by ID |
☐ |
The ID of the user who last updated the list |
HubSpot API Data Model