Actions
Feature #21800
openAllow all results to be retrieved from APIs without pagination
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
There are some cases where all items from an API should be returned without pagination. Currently there is no way to turn off pagination in foreman. We should allow the consumer of the API to determine whether or not they want pagination buy accepting a param "paged" or some such.
Updated by Walden Raines over 7 years ago
- Related to Bug #21719: 'Select Organization' dialog only showing first 20 organizations added
Updated by Ohad Levy over 7 years ago
as a workaround, you can simply add a per_page=<very big number>
Updated by Walden Raines over 7 years ago
Ohad Levy wrote:
as a workaround, you can simply add a per_page=<very big number>
That's what we plan to do for #21719, thanks for the quick reply though!
Actions