The REST API supports retrieve operations for Email Groups.
Accessing Email Groups
- GET /assets/email/group/{id}?depth={depth}
Response
The response for this call looks as follows :
{ "type": "EmailGroup", "x_e10_isTemplate": "false", "x_e10_templateIcon": "", "x_e10_createdAt": "1316025882", "x_e10_createdBy": "44", "id": "9", "createdAt": "1297453870", "createdBy": "44", "depth": "minimal", "description": "", "name": "0 - Eloqua Emails", "permissions": "fullControl", "updatedAt": "1316025882", "updatedBy": "44" }
Properties
Name | Type | Description | Notes | Validations |
type | "EmailGroup" | |||
displayName | string | |||
emailFooterId | integer | IdRequirement | ||
emailHeaderId | integer | IdRequirement | ||
emailIds | List of string | |||
isVisibleInOutlookPlugin | boolean | Boolean Requirement | ||
isVisibleInPublicSubscriptionList | boolean | Boolean Requirement | ||
subscriptionLandingPageId | integer | IdRequirement | ||
subscriptionListDataLookupId | string | |||
subscriptionListId | integer | IdRequirement | ||
unsubscriptionLandingPageId | integer | IdRequirement | ||
unSubscriptionListDataLookupId | string | |||
unSubscriptionListId | integer | IdRequirement | ||
accessedAt | integer | Date Requirement | ||
createdAt | integer | ReadOnly | Date Requirement | |
createdBy | integer | ReadOnly | IdRequirement | |
currentStatus | string | |||
depth | RequestDepth | Enum Requirement | ||
description | string | |||
folderId | integer | IdRequirement | ||
id | integer | The unique identifier of the Email Group | IdRequirement | |
name | string | |||
permissions | Instance Permission | Enum Requirement | ||
updatedAt | integer | ReadOnly | Date Requirement | |
updatedBy | integer | ReadOnly | IdRequirement |
Related Operations
- GET /assets/email/groups?depth={depth}&count={count}&page={page}&search={search}&orderBy={orderBy}&lastUpdatedAt={lastUpdatedAt}
We hope that you find this helpful and please let us know if you need more information.
Thanks,
Fred