I’m experiencing with the new WebQuery API.
Using the serverQuery, there was an option to exclude query clients from the result by appending
#no_query_clients
What is the WebQuery way of doing this? Passing that to the API doesn’t change the outcome:
http://127.0.0.1:10080/1/clientlist#no_query_clients
In the end, I’m looking for some documentation / source to find all the available options / methods.
I’ve checked this WebQuery discussion, which does provide us with a list methods/scopes, but that will probably get outdated with upcoming updates.
Where can I find the official documentation for webQuery ?