Get Email Template Using GET
Note: This method is deprecated and will be removed in next release.
Use the recommended public method, instead (see GET /api/notifications/templates/{id} )
Request
URI
GET
https://{api_host}/suite-api/api/notifications/email/templates/{id}
COPY
Path Parameters
string
id
Required
The identifier of the E-Mail template
Responses
200
The Email Template with the specified identifier
Returns
email-template
of type(s)
application/json
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
boolean
html
Required
Flag that indicates whether the template is HTML or plain text
string
id
Required
Identifier of this template. Automatically generated by the system on Create.
string
name
Required
The name of the template
string
template
Required
The body of the template
404
There is no Email Template with the specified identifier
Operation doesn't return any data structure
Notifications Operations
POST
Create Email Template Using POST
POST
Create Notification Plugin Rule Using POST
DELETE
Delete Email Template Using DELETE
DELETE
Delete Notification Plugin Rules Using DELETE
GET
Get All Notification Rules Using GET
GET
Get Email Conditions Using GET
GET
Get Email Template Using GET
GET
Get Notification Rule Using GET
GET
Query Email Templates Using GET
POST
Set Email Condition Using POST
DELETE
Unset Email Condition Using DELETE
PUT
Update Email Template Using PUT
PUT
Update Notification Plugin Rule Using PUT