Actions
Defect #7182
closedparameter "limit" doesn't work in Issues REST API
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-12-27
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When doing request
GET /issues.xml?project_id=testproject&query_id=2&offset=0&limit=10
parameter "limit" is not working. I always get 25 rows as configured in "Objects per page options".
Updated by Felix Schäfer about 14 years ago
I suppose you need 10 to be an available option in the global settings.
Updated by Mark Kofman about 14 years ago
I want to manipulate this with "limit" parameter and not in global settings. I need to do queries with different limits.
Felix Schäfer wrote:
I suppose you need 10 to be an available option in the global settings.
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please read Rest_api#Collection-resources-and-pagination. This parameter is added in Redmine 1.1.0.
Actions