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).
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
showing 5 of 6
show 1 more comments