We are facing performance issues with needing to do multiple requests to get different query parameters. For example requesting multiple foreign key matches.
It would be a big help to us if we could provide a list of JSON query objects and receive back a list of results, mapped in order to the query objects. So essentially running each query object as a separate query and listing out each rows response.
We are facing performance issues with needing to do multiple requests to get different query parameters. For example requesting multiple foreign key matches.
It would be a big help to us if we could provide a list of JSON query objects and receive back a list of results, mapped in order to the query objects. So essentially running each query object as a separate query and listing out each rows response.