Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



2 answers

Permanent link
See https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.

0 votes

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'])


Permanent link
Hi Dev,

Given the fields selection wildcard (*), all properties will be selected and returned.  Not the case?  What is returned?

What version of RQM?

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Oct 25 '13, 2:56 a.m.

Question was seen: 3,877 times

Last updated: Oct 25 '13, 7:27 a.m.

Confirmation Cancel Confirm