Is there a way through the Lookback API to see Test Case Results related to Test Cases? - With the WSAPI a TestCase has a Results field that is a collection of TestCaseResults, however when I query the Lookback API for TestCase (with fields=true) I don't see any Results that are associated with the TestCase.
What I am trying to get to are metrics around test cases, and their results over time (how long between a test case failing and a test case passing, how often test cases pass on their first run, etc.).