As a low-code developer, I encountered challenges when navigating the API reference guide due to unfamiliar terminology. It would benefit users like myself to have clear explanations provided on how to access and utilize certain features directly on the reference page. For instance, understanding concepts like "node" and where to find the corresponding "node_id" would enhance our use of the API.
As reference documentation, I do think Query API needs more information, however, as to how to utilize the various API, I think it should more be guide that should be written about them.
use GET Query type list to get a list of query type and the type id
then use GET Available fields tree (Root) to get a list of "node" in the "root" of the provided query type id from step 1
then use GET Available fields tree (Node) to get a list of "field" in the specific "node" of the provided query type id and node id from step 2
then repeat 2 and 3 until you got all the field id for use in an ah-hoc query to build a query JSON