It's all about the answers!

Ask a question

Need Rest API to fetch Execution Record for particular Test Case in RQM


Uday Bhosale (1348) | asked Jun 26 '15, 12:51 a.m.
 Hi,

I am looking for the Rest API which will give me Execution record details for any Test case in RQM. If anybody know then please share with me.

Any help is highly appreciated. 

3 answers



permanent link
Donald Nong (14.5k414) | answered Jun 26 '15, 5:59 a.m.
edited Jun 26 '15, 6:01 a.m.
I guess you want to get execution records filtered by test cases? If so, just use the filter [testcase/@href = '< test case URL >'].

Put it in details, you first need to determine the test case URL, which is in the form of
https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testcase/urn:com.ibm.rqm:testcase:<id>
Then just plug this into the filter, and the final REST URL is
https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/executionworkitem?fields=/feed/entry/executionworkitem[testcase/@href='https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testcase/urn:com.ibm.rqm:testcase:<id>']/*



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Jun 26 '15, 1:35 p.m.
You may refer https://jazz.net/wiki/bin/view/Main/RqmApi#fields for fields filtering.

permanent link
Dharshana Priya Ramakrishnan (113) | answered Nov 15 '16, 6:58 a.m.
Hi, I have used the same REST URL but it is not fetching the exact execution records for the given test case.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.