EmailTemplateDetailDTO¶
Type: EmailTemplateContentDTO
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
string | No | ||
name |
string | No | ||
description |
string | No | ||
appType |
string | No | ||
metadata |
model: ContentMetadataDTO | No | ||
status |
string | No | ||
state |
string | No | ||
virtualId |
string | No | ||
associatedStates |
array |
No | ||
version |
integer (int32) | No | ||
appData |
model: AppDataDTO | No | ||
externalId |
string | No | ||
scriptEngine |
string | No | ||
data |
model: DataDTO | No |
Generated example¶
{
"id": "123",
"name": "Example name",
"description": "string",
"appType": "string",
"metadata": {
"createdBy": "string",
"createdAt": "string",
"createdById": "123",
"createdByAepId": "123",
"modifiedBy": "string",
"modifiedAt": "string",
"modifiedById": "123",
"modifiedByAepId": "123"
},
"status": "string",
"state": "string",
"virtualId": "123",
"associatedStates": [
{
"contentId": "123",
"externalId": "123",
"state": "string"
}
],
"version": 123,
"appData": {
"editorType": "string",
"folderId": "123",
"workspaceId": "123"
},
"externalId": "123",
"scriptEngine": "string",
"data": {
"html": {
"body": "string"
},
"text": {
"body": "string",
"syncFromHtml": true
}
}
}
Referenced models¶
Source¶
Generated from swagger-asset.json.