List Portfolio Event Rules By Country

Endpoint to that lists all the eventRules, their status and parameters based on a portfolio Id, filtered by country. Newly created portfolios are without any notification event rules by default, but you can switch rules on/off per country or on a global basis. There are different rules available for each country due to the different type of change event data that's available. The following GET request lists all the available rules for a portfolio.

SecuritybearerToken
Request
path Parameters
portfolioId
required
number

The unique identifier of the portfolio, obtained from /portfolios.

countryCode
required
string = 2 characters

Country code to show events for.
Please note that there is one exception in that PLC is the only 3-character that can be accepted here.

Responses
200
400
401
404
get/monitoring/portfolios/{portfolioId}/eventRules/{countryCode}
Request samples
Response samples
application/json
[
  • {
    }
]