Expose indicator rootcausedata as json data for bi

Uncategorized

New API method was introduced that returns indicator rootcause data as JSON to powerbi

URL of API call:
connectapi/powerbi/rootcausedata

HTTP verb is GET

API call has 3 parameters that can be passed in URL:
indicatorId – ID of indicator
reportPeriod – Identifies for which period data should be provided. Has following possible values:
1 – Only data on current value
2 – Data for last [x] months ( number of months is specified by additional parameter),
3 – Data on active window

monthsInterval – Optional parameter that indicated number of months for which to collect data in case of reportPeriod parameter value set to 2