Hyperlink
Create, update, delete, and query Hyperlinks.
Columns
Name | Type | ReadOnly | Description |
ID [KEY] | Long | True |
The unique identifier for the hyperlink. |
Name | String | False |
The name of the hyperlink. |
IsSystem | Boolean | False |
Identifies a system-generated hyperlink. |
UpdatedAt | Datetime | True |
Date the hyperlink was updated. |
UpdatedBy | String | True |
The Id of the user who last updated the hyperlink. |
FolderId | Long | False |
The folder Id of the hyperlink. |
CreatedAt | Datetime | True |
Date the hyperlink was created. |
CreatedBy | String | True |
The Id of the user who created the hyperlink. |
Href | String | False |
The href of the hyperlink. |
HyperlinkType | String | False |
The type of the hyperlink. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Depth | String |
The depth of information requested from Eloqua. |