FolderUpdateTaskErrorsByTaskId |
Check folder update status.Check status of folder update. Folder updates happen asynchronously.
Catalog: BETA
Schema: Folders
Label: {res:itgen_hubspot_folderupdatetaskerrorsbytaskid_plural}
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 FolderUpdateTaskErrorsByTaskId. 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 |
---|---|---|---|---|
taskId |
string |
☑ |
|
TaskId of folder update |
Columns of Table Function
The columns of the table function FolderUpdateTaskErrorsByTaskId are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
category |
string |
Category |
☐ |
|
completedAt |
datetime |
Completed at |
☐ |
When the requested changes have been completed. |
context |
string |
Context |
☐ |
|
id |
string |
ID |
☐ |
|
links_2 |
string |
{res:itgen_hubspot_links_2} |
☐ |
Link to check the status of the task. |
links |
string |
Links |
☐ |
|
message |
string |
Message |
☐ |
|
numErrors |
int32 |
Number of Errors |
☐ |
Number of errors resulting from the requested changes. |
requestedAt |
datetime |
Requested at |
☐ |
Timestamp representing when the task was requested. |
result_archived |
boolean |
Result Archived |
☐ |
Marks whether the folder is deleted or not. |
result_archivedAt |
datetime |
Result Archived at |
☐ |
Timestamp of folder deletion. |
result_createdAt |
datetime |
Result Creatd at |
☐ |
Timestamp of folder creation. |
result_id |
string |
Result ID |
☐ |
ID of the folder. |
result_name |
string |
Result Name |
☐ |
Name of the folder. |
result_parentFolderId |
string |
Result Parent Folder ID |
☐ |
ID of the parent folder. |
result_path |
string |
Result Path |
☐ |
Path of the folder in the file manager. |
result_updatedAt |
datetime |
Result Updated at |
☐ |
Timestamp of the latest update to the folder. |
startedAt |
datetime |
Started at |
☐ |
Timestamp representing when the task was started at. |
status_2 |
string |
{res:itgen_hubspot_status_2} |
☐ |
Current status of the task. |
status |
string |
Status |
☐ |
|
subCategory |
string |
Subcategory |
☐ |
|
taskId |
string |
Task ID |
☐ |
ID of the task. |
18-12-2024 20:09 Version 24.1.33-BETA+5180