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

How can I get the complete artifact list on RQM using REST API?

Dear all,

I'm trying to get the list of some artifacts within the RQM ver 5.0.0 using REST API. I use Poster to set up the GET request 

for example 

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testcase

or 

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/executionresult

And I get a list of all the artifacts.

Unfortunately I have more than 700 executionresult within RQM so I get only the first 512 in the response. Is there a way to get the complete list? Or Just get the complete list of the artifacts ids

thanks

Christian

0 votes


Accepted answer

Permanent link
The response you receive will be paged.  See https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds  You should see a URL in your response with a rel="next" attribute associated with it.

itforex production selected this answer as the correct answer

0 votes

Comments

  Hi, I've delete "amp;" in the request

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>;

/executionresult?token=_98BIwXR_EeS4scbJ4nsr0Q&amp;page=1

and it worked

thanks

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
× 12,030

Question asked: Nov 25 '14, 11:20 a.m.

Question was seen: 3,769 times

Last updated: Nov 26 '14, 4:43 a.m.

Confirmation Cancel Confirm