Actions
Feature #956
closedsupport for custom number of reports with the paginate function via json
Description
My mobile app seems to take to long (5000 ms) to retrieve and process the first 20 reports via the json api call. I would like the ability to cut this time in half by only asking for 10 reports at a time instead of the default 20 that the paginate function uses. Although, adding the ability to customize the default value of reports to return at once would be a better option.
So I would like an api call something like this:
https://puppet/reports?search=eventful&numreports=10&format=json
Updated by Ohad Levy over 13 years ago
- Category set to API
- Assignee set to Corey Osman
- Target version set to 0.3
Updated by Corey Osman over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 942d876d7c904f97a01dc08d37c26c07d9993054.
Actions