Not able to get all results in RQM using Restful API
Hi Team,
We are working on fetching all possible test cases in project area of RQM. Version is 6.0.6.1.
We can able to fetch some result using below URL
"https://server-name/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectAlias Name/testcase"
When I started verifying the result , I found that some results are not displaying. Some test cases are missing in the result.
Is there any limit to fetch the records. If yes, can you please let us know how to overcome the same problem?
Please assist
Thanks
One answer
If you are using the ETM Reportable REST API, then results are typically paged. The response will include a link to a next page, and the response to a GET on that will link to its next page, and so on. See https://jazz.net/wiki/bin/view/Main/RqmApi.