It's all about the answers!

Ask a question

RTC REST API returns all the history of a entity at once. Is Paging not working properly?


Karan Soni (111) | asked Aug 13 '17, 11:28 p.m.

 We are using Rational Team Concert(version: 6.0.4) REST API, when we fetch the history of any entity using below query, it returns all the history at once and paging is not working properly.


https://<INSTANCE_URL>:<PORT>/ccm/web/projects/Demo%20Project%20(Change%20Management)#action=com.ibm.team.workitem.viewWorkItem&id=355&tab=com.ibm.team.workitem.tab.history

Even if we apply paging parameters, it returns all the history at once. There is no clarifications regarding this in RTC REST API documentations.

Has anyone faced this issue? Provide more information about this. 

One answer



permanent link
Donald Nong (14.5k414) | answered Oct 17 '17, 8:27 p.m.

Got here during a search for similar topics. Just to be clear, you're not using the REST API, which is documented below.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI

The URL that you used is for the Web UI.

Regardless which URL or API you use, I doubt that you can do pagination of the result, as the "history" is a child element of a work item, and you are search a work item, not the history directly.

Your answer


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.