Missing test cases with only 512 entries being returned and no pagination links
We are running a REST call to RQM (4.0.4) to query for all the available test cases. When we go to the RQM UI, we see 649 test cases. When we query the REST API, we only get 512 back and there are no pages listed in the feed.
REST call:
testcase?fields=feed/entry/content/testcase/(title)
Results:
512 entries and no link rel=“next” entries (searched for next in the XML and nothing was found)
Any ideas on why we aren’t seeing the other 100 or so test cases?
|
One answer
Paul Slauenwhite (8.4k●1●2)
| answered Sep 16 '14, 1:23 p.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Sep 16 '14, 1:24 p.m.
Hi Kellen,
The feed result is paged using ATOM paging specification and the size is controlled by the Max Feed Entries/Page
Advanced Property. For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.
|
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.