すべてのロケール固有テンプレートの検索
GET
/iam/governance/selfservice/api/v1/notification/search/adv
テンプレート名、イベント名、件名またはロケールをURLパラメータとして指定することで、すべてのロケール固有テンプレートを取得します。ソートとページ区切りがサポートされています。
リクエスト
問合せパラメータ
- eventName(optional): string
検索する必要があるイベント名。
- limit(optional): integer(int32)
startindexから返される通知テンプレートの数。
- locale(optional): string
検索する必要があるロケール名。
- offset(optional): integer(int32)
結果を返す際のページ区切りの開始索引。
- orderBy(optional): string
ソートを実行する必要がある属性(コロンとソート順序が後に続きます)。
- subject(optional): string
検索する必要がある件名。
- templateName(optional): string
検索する必要があるテンプレート名
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
操作に成功しました。
ネストされたスキーマ: SearchResult
型:
ソースの表示
object- createuser(optional): string
通知テンプレートのユーザーを作成します。
- customId(optional): string
通知テンプレートのカスタムID。
- eventName(optional): string
通知テンプレートのイベント名。
- id(optional): number
通知テンプレートのID。
- locale(optional): string
通知テンプレートのロケール。
- status(optional): string
通知テンプレートのステータス。
- subject(optional): string
通知テンプレートの件名。
- templateName(optional): string
通知テンプレートの名前。
400レスポンス
入力が無効です。
例
この例では、インポートする必要があるXMLまたはJSON入力ファイルで提供されるエンティティのリストを取得します。ここに示す情報は、擬似システムを使用した場合のものであり、プロトタイプとして提供しています。
cURLの例
curl -i -X GET -u username:password \ --header 'Content-Type: application/json' \ 'http://psuedo.com:14000/iam/governance/selfservice/api/v1/notification/search/adv'
レスポンス本文の例
次の例は、レスポンス本文の内容を示しています。
"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"
}
]