Find all locale specific templates
get
/iam/governance/selfservice/api/v1/notification/search/adv
Retrieves all locale specific templates by providing the template name or event name or subject or locale as URL parameters. Sorting and pagination are supported.
Request
Query Parameters
-
eventName(optional): string
Event name that needs to be searched.
-
limit(optional): integer(int32)
Number of Notification Templates to be returned from startindex.
-
locale(optional): string
Locale name that needs to be searched.
-
offset(optional): integer(int32)
Pagination start index from which results need to be returned.
-
orderBy(optional): string
Attribute on which sorting needs to be done followed by colon and sort order.
-
subject(optional): string
Subject that needs to be searched.
-
templateName(optional): string
Template name that needs to be searched.
Response
Supported Media Types
- application/json
200 Response
successful operation.
Nested Schema : SearchResult
Type:
Show Source
object
-
createuser(optional):
string
Create user for notification template.
-
customId(optional):
string
Custom id for notification template.
-
eventName(optional):
string
Event name for notification template.
-
id(optional):
number
Id of notification template.
-
locale(optional):
string
Locale of notification template.
-
status(optional):
string
Status of notification template.
-
subject(optional):
string
Subject of notification template.
-
templateName(optional):
string
Name of notification template.
400 Response
Invalid input.
Examples
This example retrieves list of entities provided in the input XML or JSON file that has to be imported. The information shown here is against a pseudo system and serves as a prototype.
cURL Example
curl -i -X GET -u username:password \ --header 'Content-Type: application/json' \ 'http://psuedo.com:14000/iam/governance/selfservice/api/v1/notification/search/adv'
Example of Response Body
The following example shows the contents of the response body.
"searchResultTOS": [ { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "?????? - ???????????????????????????????????????????????????", "locale": "ja_JP", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationja_JP?????? - ???????????????????????????????????????????????????" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "Avis - Utilisateur mandataire cr????", "locale": "fr_CA", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationfr_CAAvis - Utilisateur mandataire cr????" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "Besked - Stedfortr??der er oprettet", "locale": "da_DK", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationda_DKBesked - Stedfortr??der er oprettet" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "Notificaci??n: El usuario representante se ha creado", "locale": "es_ES", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationes_ESNotificaci??n: El usuario representante se ha creado" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "Notifica????o -UserCreated Substituto", "locale": "pt_BR", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationpt_BRNotifica????o -UserCreated Substituto" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "wecw", "locale": "zh_CN", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationzh_CNwecw" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "?????? - ???????????????????????????", "locale": "zh_TW", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationzh_TW?????? - ???????????????????????????" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "?????????? - ???? ?????????? ???????????? ????????????", "locale": "ar_AE", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationar_AE?????????? - ???? ?????????? ???????????? ????????????" }, { "templatename": "Add Proxy Notification", "id": 12, "eventname": "Add Proxy", "subject": "Upozorn??n?? - byl vytvo??en z??stupce u??ivatele", "locale": "cs_CZ", "status": "Disabled", "createuser": "-1", "customId": "Add Proxy Notificationcs_CZUpozorn??n?? - byl vytvo??en z??stupce u??ivatele" } ]