通知テンプレートのRESTエンドポイント
通知テンプレート
これには、通知テンプレートのすべての操作が含まれます。
- 新規通知テンプレートの作成
- メソッド: POSTパス:
/iam/governance/selfservice/api/v1/notification/template - 通知テンプレートの削除
- メソッド: DELETEパス:
/iam/governance/selfservice/api/v1/notification/template/{id} - 通知テンプレートのフェッチ
- メソッド: GETパス:
/iam/governance/selfservice/api/v1/notification/template/{id} - すべてのロケール固有テンプレートの検索
- メソッド: GETパス:
/iam/governance/selfservice/api/v1/notification/search/adv - すべての通知テンプレートの検索
- メソッド: GETパス:
/iam/governance/selfservice/api/v1/notification/search/basic - 通知テンプレートの変更
- メソッド: PUTパス:
/iam/governance/selfservice/api/v1/notification/template/{id}