Project

General

Profile

Defect #25555

Updated by Toshi MARUYAMA about 7 years ago

Currently the API is limited to a maximum of 100 items in any one response [1], however on the other hand it is possible to configure the issue export limit. 

 I would like to be able to raise this number similarly to the export limit as this would allow us to pull info from the UI into our BI (which doesn't handle paging very well) to give us dashboards for management.  

 I realise that simply raising the limit is not a very elegant solution, however 100 is very low, and as we can handle displaying many more through the webui it seems like a reasonable work-around. 


 [1] [[Rest_api#Collection-resources-and-pagination]] https://redmine.org/projects/redmine/wiki/Rest_api#Collection-resources-and-pagination

Back