Retrieve Details of the the Archived Test Case Execution Records
2 answers
Using the RQM REST API you can get the information you seek.
<host>:<port>/<contextRoot>/service/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/<projectArea>/executionresult/
should give you history on all of the execution records and the ones that have been "archived" (and by whom) are listed.
<host>:<port>/<contextRoot>/service/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/<projectArea>/executionresult/
should give you history on all of the execution records and the ones that have been "archived" (and by whom) are listed.