RQM API REST calls against saved queries
I'm using RQM 4.0.4. I wanted to use REST API GET calls against test case results to retrieve their information. There's approximately 1500 in our current RQM project, with many more to be generated. The max allowed tor retrieval in RQM is capped at 1000. I was looking to do REST calls against a couple of saved queries for these test case results. Anyway to do this with REST GET calls against saved queries?
|
One answer
Hi Corey,
Unfortunately, no. However, you can use fields filtering/selection (see https://jazz.net/wiki/bin/view/Main/RqmApi#fields) to prune your response. Note, responses are paged with a max page size of 512 (see https://jazz.net/wiki/bin/view/Main/RqmApi#Advanced_Properties). Comments Paul - How can a REST call to RQM return results that are greater than 1000 entries if the maxed cap size is 1000? Hi Kellen,
Kellen Bombardier
commented Aug 15 '14, 9:07 a.m.
Thanks for the response Paul. I have a follow up question. We commonly have thousands of execution results and want to do some reporting on those. What is the recommended way to do that if the REST calls do not allow over 1000 entries to be returned? Hi Kellen,
Kellen Bombardier
commented Aug 15 '14, 9:41 a.m.
Therefore, we would not be able to view all the execution results if we want to list all execution results for a test plan which has over 1000 results. Is this correct? No. You can GET the executionresult feed for a particular testplan but will have to page through the response.
showing 5 of 6
show 1 more comments
|
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.