7 years ago
Get a list of alerts REST API
Hello all,
I am trying to get updates on alerts that span multiple days. So, our normal code will grab new alert data for today, let's say. However, we need to go back to old alerts and see...
@ES_CW it might be easier to filter requests based on time range instead (eg via something like filter=startEpoch>t1) - would that work for you? Currently the filter logic connects multiple values with an AND, which is why multiple IDs isn't working. We can look into adding the ability to connect with OR as well.