Get all available notification event rules.
Notification event rules allow you to control which events you wish to monitor for the companies contained within a given portfolio.
This endpoint returns all available notification event rules, including those that are not currently enabled for the specified portfolio. To view only the notification event rules that are currently available for a portfolio you have please use the Endpoint Portfolio Event Rules.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/monitoring/eventRules
- Production serverhttps://connect.creditsafe.com/v1/monitoring/eventRules
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/monitoring/eventRules \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Shows whether the notification event rule has been enabled for the given portfolio.
The ISO/Alpha 2 format country code for the notification event rule. "XX" is used for global rules that apply to companies from all countries.
A short description of the ruleType for the notification event rule.
The name for the notification event rule.
Some notification event rules may include input parameters used to tailor the notifications generated to your preference.
[ { "isActive": 0, "ruleCode": 101, "ruleCountryCode": "XX", "ruleType": 4, "ruleTypeName": "Rating band change - 3 input", "name": "International Rating | Reduce by {0} Band(s) OR Less than Band {1}", "param0": "1", "param1": "A" } ]