ContentSection
Create, update, delete, and query Content Sections.
Columns
Name | Type | ReadOnly | Description |
ID [KEY] | Long | True |
The unique identifier for the content section. |
Name | String | False |
The name of the content section. |
Description | String | False |
The description of the content section. |
FolderId | Long | False |
The Id of the folder for the content section. |
ScheduledFor | Datetime | False |
The date and time scheduled for the content section. |
SourceTemplatedId | Long | False |
The Id of the source template of the content section. |
Permissions | String | False |
The permissions of the content section. |
CreatedAt | Datetime | True |
Date the content section was created. |
CreatedBy | String | True |
The Id of the user who created the content section. |
AccessedAt | Datetime | False |
Date the content section was accessed. |
CurrentStatus | String | False |
The current status of the content section. |
UpdatedAt | Datetime | True |
Date the content section was updated. |
UpdatedBy | String | True |
The Id of the user who last updated the content section. |
ContentHtml | String | False |
The content HTML of the content section. |
ContentText | String | False |
The content text of the data lookup for the content section. |
Scope | String | False |
A list of contact Ids to be removed from the content section. |
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. |