EmailTemplateResponse¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
createdAt |
string (date-time) | No | Datetime the asset was created | |
description |
string | No | Description of the asset | |
folder |
model: Folder | Yes | JSON representation of parent folder, with members 'id', and 'type' which may be 'Folder' or 'Program' | |
id |
integer (int64) | No | Id of the asset | |
name |
string | No | Name of the asset | |
status |
string | Yes | Status filter for draft or approved versions | |
updatedAt |
string (date-time) | No | Datetime the asset was most recently updated | |
url |
string | No | Url of the asset in the Marketo UI | |
version |
integer (int32) | No | Template version type | enum: 1, 2 |
workspace |
string | No | Name of the workspace |
Generated example¶
{
"createdAt": "2026-01-15T10:30:00Z",
"description": "string",
"folder": {
"id": 123,
"type": "Folder"
},
"id": 123,
"name": "Example name",
"status": "string",
"updatedAt": "2026-01-15T10:30:00Z",
"url": "https://example.com",
"version": 1,
"workspace": "string"
}
Referenced models¶
Source¶
Generated from swagger-asset.json.