HyperlinkFolder
Retrieve Hyperlink Folders.
Columns
| Name | Type | Description |
| ID [KEY] | Long | The unique identifier for the folder. |
| Name | String | The name of the folder. |
| IsSystem | Boolean | Identifies a system-generated folder. |
| Description | String | The description of the folder. |
| Permissions | String | The permissions of the folder. |
| CreatedAt | Datetime | Date the folder was created. |
| CreatedBy | String | The Id of the user who created the folder. |
| AccessedAt | Datetime | Date the folder was accessed. |
| CurrentStatus | String | The current status of the folder. |
| UpdatedAt | Datetime | Date the folder was last updated. |
| UpdatedBy | String | The Id of the user who last updated the folder. |
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. |