It's all about the answers!

Ask a question

How to traverse each page and get the test case id and Test plan title using RQM REST API.


Dev K (512833) | asked Oct 25 '13, 3:47 a.m.
Hi ,

I am using below url  to get testplan title as well as testcase ids.Its working fine and giving only first page information(testcase id as well as testplan title) .How can i get all the pages entries.

https://URL:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project_alias/testplan?fields=feed/entry/content/testplan/(*|testcase[@href='https://URL:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project_alias/testcase/urn:com.ibm.rqm:testcase:X'])

Many thanks in advance,
Regards,
Dev Kashyap.

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Oct 25 '13, 6:42 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I not entirely clear if your issue is with the test plan properties returned or the number of test plans returned.

Requesting this URL should return all test plans (all properties) referencing test case urn:com.ibm.rqm:testcase:X.  Note, the response may be paged and the number of entries per page is configurable (see https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds).

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.