RQM REST API - Get Current Execution Result for Test Case id
Given a test case ID, I need the best way to get the most recent pass/fail rollup status of the latest execution record.
I am trying this URL but the response is overwhelming to me (I don't know how to filter this). I only need the rollup result, not the result of every step.
Project+Alias/executionresult?fields=feed/entry/content/executionresult/testcase[@href='https://qmsrv:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Project+Alias/testcase/urn:com.ibm.rqm:testcase:14']
Thanks,
Dave