It's all about the answers!

Ask a question

Rest API- After requested "next link" , the return value not change


welder welder (432) | asked Mar 09 '20, 11:22 a.m.
edited Mar 09 '20, 11:36 a.m.
1. We are creating a GET request for RQM using the following URL:
https://clm.yfco.yanfengco.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/E concept/executionresult/?fields=feed/entry/content/executionresult[testplan/@href='https://clm.yfco.yanfengco.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/E concept/testplan/urn:com.ibm.rqm:testplan:xx']/*

2. Because step1's return items more than 50, so include next link. like following content:
<link href="https://clm.yfco.yanfengco.com/qm/web/console/" rel="alternate"/>
<entry>
executionresult:64 to 114
......

3. request "next link" from step2. Service return following result. 
Why the self link's page number still is 0 and the entrys also same as step2's content.
<link href="https://clm.yfco.yanfengco.com/qm/web/console/" rel="alternate"/>
<entry>
executionresult:64 to 114
......

Be the first one to answer this question!


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.