How can we use the API to get a list of tickets matching a saved query? We have quite a few complex saved queries that we maintain in the web UI that we'd like to not have to reproduce in API calls.
We can see the numeric IDs of our saved queries in the WHD database in the "QUALIFIER" table, but can't find anything in the API documentation about searching with that id.
Thanks