Appearance
GET/api/v1/tenant/content-email-templates/{contentType}
Parameters 1
| Name | Type | Description |
|---|---|---|
contentTyperequired | path · string |
ReturnsResponseTemplateView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"contentType": "string",
"subjectTemplate": "string",
"bodyHtml": "string",
"updatedAt": "2024-01-15T09:30:00Z"
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}