Hello guys π
I need to find when an indicator has been created.
Unfortunately, to achieve this, we have to
- call the
/api/v1/indicators/{type}/{value}/{section}
- for each pulses in the response, make a call to find the related indicators
- get the creation date
And the call to get all the indicators related to one pulse is freaking slow.
I suggest to return the created, modified and expiration fields (all useful date fields) when fetching the indicator.