It's all about the answers!

Ask a question

Loading TCER list with REST api


David G (11112) | asked Apr 09 '20, 1:59 p.m.
edited Apr 09 '20, 2:18 p.m.

 Hey all I am trying to step up to the area I am needing information from which seems to be in the TCER.


These are the calls I make currently that do not seem to get to that area I need.
//Shows "testSuiteLog" for all the test suites that are needed to get data on: 
https://.....:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/ resources/...../suiteexecutionrecord/urn:com.ibm.rqm:suiteexecutionrecord:4963
//Has the needed "SLUG" links for all tests ran for that test case:
https://.....:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/ resources/...../testsuitelog/urn:com.ibm.rqm:testsuitelog:15428
//Results of just that one test case (images, and where to get the testcase #):
https://.....:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/ resources/...../executionresult/slug
coig4Ee5EeqBDp7pjbV4Hw
And this is where I am hoping to get the data that i need from:

The last REST call above does not seem to give me the data thats inside that TCER table in the image.

What is the proper way of gathering that information from the REST api?

One answer



permanent link
Subhajit Bhuiya (6222) | answered Apr 13 '20, 8:57 a.m.
JAZZ DEVELOPER

 check https://jazz.net/wiki/bin/view/Main/RqmApi

You need to get all TCERs filtered by TSER


Comments
David G commented Apr 13 '20, 9:40 a.m.

 i'm not really getting how to use that for my case. Would you mind giving me an example that more lines with what i am looking to do please?

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.