Query Email Templates Using GET

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.


Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
emailTemplateList
Optional

Collection of email templates