.png)
Fetch the institution/default templates by various filters
ENDPOINTS
get
/db-alerts-management/v1/alert-templates
Header parameters
Collapse
Authorization
string
required
An OAuth2 access token that authorizes this request. Must be in the format Bearer {ACCESS_TOKEN}
transactionId
string
required
transactionId
roles
array
no
roles
institutionId
string
no
institutionId
Body parameters
Collapse
Query parameters
Collapse
state
array
no
state
locale
string
no
locale
id
integer
no
id
default
boolean
no
default
channel
array
no
channel
alertTypeName
array
no
alertTypeName
curl -X 'GET' \
'https://api.candescent.com/digitalbanking/db-alerts-management/v1/alert-templates' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'authorization: SOME_STRING_VALUE' \
-H 'accept: application/json' \
RESPONSE
{ "title": "AlertTemplateResource", "type": "object", "properties": { "alertTypeName": { "type": "string" }, "alertTypeResourceId": { "type": "integer", "format": "int64" }, "externalSystem": { "type": "string" }, "institutionId": { "type": "string" }, "lastUpdatedDttm": { "type": "string" }, "locale": { "type": "string" }, "state": { "type": "string", "enum": [ "DRAFT", "PUBLISHED", "ARCHIVED" ] }, "templateContents": { "type": "array", "items": { "$ref": "#/components/schemas/ChannelContent" } }, "variableMap": { "type": "object", "additionalProperties": { "type": "string" } } } }
{}
{}
{}
{}
{}
{}