How to traverse all the pages in the RQM using RQM REST API ?
Actually RQM contains 80 + pages and each page contain 50 test plans . i want to traverse each page and get the response using the below query.
A query structured below will give you the XML of the test plans that test case X is linked to: 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'])
Thanks in advance,
Regards,
Dev Kashyap.
2 answers
See https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.
Comments
Hi Paul ,
I know that we need to replace %20 by &page = 1.like
:
?token=_C8DasVZWEeG429XX9GztHA&page=1 but what changes i need to do in the above URL to get testplan title and testcase id.
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'])