Hello, I'm working on a project to integrate some automated test results into TestRail using the API, I have a couple questions.
1) Is there a way to get a list of every test in a run (all I really need is ID and type)
2) How do I figure out the ID of a test case inside a run? I have a test run(202) with an instance of a test case with ID(T6639), but this does not work:
get_results_for_case/202/6639
I assume that I have to pass it the original C#### ID from my test suite. but is there a quick way to figure that out just by looking at the run in the UI.?