Get Email Conditions Using GET
Get all Email Template Conditions for a particular Email Template
Request
URI
GET
https://{api_host}/api/notifications/email/templates/{id}/conditions
COPY
Path Parameters
string
id
Required
The identifier of the E-Mail template
Responses
200
The Collection of Conditions for the specified Email Template
Returns email-template-conditions of type(s) application/json
{
"emailTemplateList": [
{
"alertStatus": "string",
"alertSubType": 0,
"alertType": 0,
"emailAddress": "string"
}
]
}
404
There is no Email Template with the specified path parameter
Operation doesn't return any data structure
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