Get Quotes Properties
Parameters
Parameter | Label | Required | Options | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no parameters |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Name |
DT_WSTR
|
nvarchar(300)
|
300 | False |
|
Label |
DT_WSTR
|
nvarchar(300)
|
300 | False |
|
Type |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
IsHidden |
DT_BOOL
|
bit
|
False |
||
FieldType |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
Description |
DT_WSTR
|
nvarchar(1500)
|
1500 | False |
If the column you are looking for is missing, consider customizing Hubspot Connector.
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Hubspot Connector in API Source component to read data or in API Destination component to read/write data:
Get Quotes Properties using API Source
Hubspot
Get Quotes Properties

Get Quotes Properties using API Destination
Hubspot
Get Quotes Properties

ODBC application
Use these SQL queries in your ODBC application data source:
Get quotes properties
SELECT * FROM get_quote_properties
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Get quotes properties
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM get_quote_properties';
EXEC (@MyQuery) AT [LS_TO_HUBSPOT_IN_GATEWAY];