Web api for fetching indicators from group

Hi all,

Is there a way to fetch indicators from an indicator group using Web API ?

Regards,

1 Like

Did you mean without select the indicators.

1 Like

Hi @sami.oracle10g,

What I want is to get indicators belonging to a specific indicator group..
From this interface, if I click download, I get all indicators that are in my instance. That is not what I need.

Regards

1 Like

api/indicatorGroups/INDICATOR_GROUP_UID_HERE.json?fields=indicators[*]

2 Likes

Hi @kstankevitz,

Thank you for your help. The API is working well.

1 Like