RTC REST API returns all the history of a entity at once. Is Paging not working properly?
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
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.