notification-template-controller
Get notification template by id (getNotificationTemplateById)
Fetches notification template by id.
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
get/api/notification/template/{id}
Path parameters
idstring uuid required
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "NOTIFICATION_TEMPLATE"
},
"createdTime": 1746028547220,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
}
}