I have hundreds test cases in a test suite and create a test run.
In order to get the test results back from this test run from API, I have to query each of the test either using http://docs.gurock.com/testrail-api2/reference-results#get_results or http://docs.gurock.com/testrail-api2/reference-results#get_results_for_case, that means hundreds of HTTP calls.
Is there a better way for me to get all the results from a specific test run back in single API call?