Advanced search using GET

Hey guys…

I’m trying to do an advanced search in my database using filters and in more than one table, I need combined results from these tables, is there any method of doing this using only one request?

This is a case of reading the API specification.

The answer is potentially yes, but only if the API supports that action.

Otherwise its a case of using setNextRequest and\or sendRequest to loop through data saving and updating the results in a collection\environment variable.