CrmObjectsVByObjectType |
ListRead a page of appointments. Control what is returned via the `properties` query param.
Catalog: Appointments
Schema: Basic
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 CrmObjectsVByObjectType. 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 |
|---|---|---|---|---|
after |
string |
☐ |
|
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. |
archived |
boolean |
☐ |
|
Whether to return only results that have been archived. |
objectType |
string |
☑ |
|
|
Columns of Table Function
The columns of the table function CrmObjectsVByObjectType are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
|---|---|---|---|---|
archived |
boolean |
Archived |
☐ |
Whether the object is archived. |
archivedAt |
datetime |
Archived at |
☐ |
The timestamp when the object was archived, in ISO 8601 format. |
associations |
string |
Associations |
☐ |
A list defining relationships with other objects. |
createdAt |
datetime |
Created at |
☐ |
The timestamp when the object was created, in ISO 8601 format. |
id |
string |
ID |
☐ |
The unique ID of the object. |
objectWriteTraceId |
string |
|
☐ |
An identifier for tracing the creation or update request of the object. |
properties |
string |
Properties |
☐ |
Key value pairs representing the properties of the object. |
propertiesWithHistory |
string |
Properties with History |
☐ |
Key-value pairs representing the properties of the object along with their history. |
updatedAt |
datetime |
Updated at |
☐ |
The timestamp when the object was last updated, in ISO 8601 format. |
url |
string |
URL |
☐ |
The URL associated with the CRM object. |
HubSpot API Data Model