Query Email Templates 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}/api/notifications/email/templates
COPY
Query Parameters
string of array
id
Optional
List of identifiers. If only ids are specified,e-mail templates with matching identifiers are returned
string of array
name
Optional
Name of the e-mail template (case insensitive), wild cards are not supported. If not specified, all e-mail templates are included in the response.
Responses
200
The collection of E-Mail templates that match the filters specified
Returns email-templates of type(s) application/json
{
"emailTemplateList": [
{
"html": false,
"id": "string",
"name": "string",
"template": "string"
}
]
}
Deprecated
Notifications Operations
POST
Create Email Template Using POST
Deprecated
POST
Create Notification Plugin Rule Using POST
DELETE
Delete Email Template Using DELETE
Deprecated
DELETE
Delete Notification Plugin Rules Using DELETE
GET
Get All Notification Rules Using GET
GET
Get Email Conditions Using GET
Deprecated
GET
Get Email Template Using GET
Deprecated
GET
Get Notification Rule Using GET
GET
Query Email Templates Using GET
Deprecated
POST
Set Email Condition Using POST
Deprecated
DELETE
Unset Email Condition Using DELETE
Deprecated
PUT
Update Email Template Using PUT
Deprecated
PUT
Update Notification Plugin Rule Using PUT