Email Templates API
List email templates
List the email templates
GET/rest/emailTemplate
Query parameters | None |
Header | auth-token: token from authentication |
Header/Parameter | tenant |
Body | None |
Returns |
List<EmailTemplate> |
Required role | KBA_MANAGER |
Managed errors | 401: insufficient privileges |
Example request
curl 'http://localhost:8080/mwp/rest/emailTemplate' -H "tenant:default" -H "auth-token:7f0b05b1-1f4d-41fb-87b1-42cff76ad34d.local" -X GET
Example response
[ { "name":"encrypted.html", "type":"BOOKMARK", "function":"ENCRYPTED BOOKMARK", "subject":null, "modifiedBy":"system", "lastModified":1473771245256 }, { "name":"generic-leave-feedback-email-body.vm", "type":"FEEDBACK", "function":"FEEDBACK", "subject":null, "modifiedBy":"system", "lastModified":1465371090203 }, { "name":"notify-admin-second-lock.vm", "type":"NOTIFY_ADMIN_SECOND_LOCKOUT", "function":"USER_ACCOUNT_LOCKED_FIFTEEN_MINUTES_EMAIL", "subject":"User account locked for fifteen minutes", "modifiedBy":"system", "lastModified":1465371083991 }, { "name":"notify-async-complete-email-body.vm", "type":"NOTIFICATION", "function":"NOTIFICATION OK", "subject":null, "modifiedBy":"system", "lastModified":1473690462377 }, { "name":"notify-async-failed-email-body.vm", "type":"NOTIFICATION", "function":"NOTIFICATION FAIL", "subject":null, "modifiedBy":"system", "lastModified":1473690462377 }, { "name":"password-reset-email-body.vm", "type":"PASSWORD_RESET_REQUEST", "function":"CHANGE_PASSWORD_EMAIL", "subject":"Match wachtwoord opnieuw instellen", "modifiedBy":"system", "lastModified":1465371082347 }, { "name":"successful-account-activation-email-body.vm", "type":"ACCOUNT_ACTIVATION_CONFIRMATION", "function":"ACTIVATION_SUCCESS_EMAIL", "subject":"Match account activatie geslaagd", "modifiedBy":"system", "lastModified":1465371081933 }, { "name":"successful-account-reset-email-body.vm", "type":"PASSWORD_RESET_CONFIRMATION", "function":"PASSWORD_RESET_CONFIRMATION_EMAIL", "subject":"Match wachtwoord is succesvol gereset", "modifiedBy":"system", "lastModified":1465371082772 }, { "name":"unencrypted.html", "type":"BOOKMARK", "function":"UNENCRYPTED BOOKMARK", "subject":null, "modifiedBy":"system", "lastModified":1473771245256 }, { "name":"user-account-activation-email-body.vm", "type":"ACCOUNT_ACTIVATION", "function":"ACTIVATE_ACCOUNT_EMAIL", "subject":"Activeer uw match account", "modifiedBy":"system", "lastModified":1465371081254 }, { "name":"user-first-lockout-email-body.vm", "type":"NOTIFY_USER_FIRST_LOCKOUT", "function":"ACCOUNT_LOCKED_ONE_MINUTE_EMAIL", "subject":"Account locked for one minute", "modifiedBy":"system", "lastModified":1465371083182 }, { "name":"user-second-lockout-email-body.vm", "type":"NOTIFY_USER_SECOND_LOCKOUT", "function":"ACCOUNT_LOCKED_FIFTEEN_MINUTE_EMAIL", "subject":"Account locked for fifteen minutes", "modifiedBy":"system", "lastModified":1465371083588 } ]