I am starting to fetch alerts from our HX /alerts endpoint using the API. I would like to fetch all alerts in a specific time window. I see in the lighthouse documentation that one of the parameters of the /alerts endpoint is “filterQuery”. The description states:
The filterQuery parameter allows for very specific filtering of search results. This must be an URL encoded JSON object.
However, I cannot find any documentation on the syntax of this JSON object. Any clues?