CustomObjects
Create and delete custom objects.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The Id of the custom object. |
| Name | String | False |
The name of the custom object. |
| EmailAddressFieldId | String | False |
The field Id that contains the Email Address. Use the desired custom object field's negative Id as the value for this parameter. |
| EventGroupByFieldId | String | False |
The Id of the field used to organize multiple sessions. Use the desired custom object field's negative Id as the value for this parameter. |
| FolderId | String | True |
The folder Id of the folder which contains the custom object. |
| Fields | String | False |
An array consisting of custom object field properties |
| Description | String | False |
The description of the custom object. |
| RecordCount | Integer | True |
The number of records within the custom object. |
| CreatedAt | Datetime | True |
Date the custom object was created. |
| CreatedBy | String | True |
The Id of the user who created the custom object. |
| UpdatedAt | Datetime | True |
The date the custom object was last updated. |
| UpdatedBy | String | True |
The Id of the user who last updated the custom object. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Depth | String |
The depth of information requested from Eloqua. |