Open gquittet opened 3 months ago
Hello guys 👋
I need to find when an indicator has been created.
Unfortunately, to achieve this, we have to
/api/v1/indicators/{type}/{value}/{section}
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.
created
modified
expiration
Hello guys 👋
I need to find when an indicator has been created.
Unfortunately, to achieve this, we have to
/api/v1/indicators/{type}/{value}/{section}
And the call to get all the indicators related to one pulse is freaking slow.
I suggest to return the
created
,modified
andexpiration
fields (all useful date fields) when fetching the indicator.