Actions
Feature #3652
closedAdd explicit way for API consumers to specifiy all pages in an index request
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
From: https://github.com/theforeman/theforeman.org/pull/119/files#r7659148
Currently a user must specify per_page=<some large number> in order to ensure they receive all members of a collection. We ought to allow a more explicit method of doing this such as per_page=all.
Updated by Dominic Cleal almost 11 years ago
- Has duplicate Feature #3868: Allow users to turn on pagination by e.g. per_page=0 added
Updated by Dominic Cleal over 10 years ago
- Blocks Feature #3898: Pagination should be turned off by default in --csv mode added
Updated by Dominic Cleal over 10 years ago
- Related to Bug #5073: [RFE] Ability to disable pagination added
Updated by Tom Caspy over 9 years ago
- Status changed from New to Duplicate
this is not a bug. csv output is paginated. we can't ensure returning all items, because it will fail for large lists. This ticket is a dup of #3898
Actions