Is Pagination Supported for Reportable Rest API or OSLC private APIs ?
The documentation says default pagination of 100 is supported but the api returns the entire response
reference : https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
One answer
For Reportable REST and the Public OSLC APIs the answer is yes pagination is supported however the server doesn't have to comply: you may request pagination but the server may ignore your request, or may use a different page size, and also if you don't request pagination the server may apply pagination.
For private APIs you're on your own. If you find pagination support/lack of support, that may change without notice, or the private API may disappear, or change, as is the nature of private APIs. As these aren't supported you use them entirely at your own risk.