Actions
Refactor #29909
closedSupport fetching all records in API
Description
API currently returns only paginated response. If no pagination params are given, a default page size is used. The only way to get all records in one request is to use a per_page size big enough to contain all the records. We should be able to specify that we want all the records rather than using an arbitrary number.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7685 added
Updated by Ondřej Pražák over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1831e5680eb3933674323c4f38be9b7f85d3f263.
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Updated by Ondřej Ezr almost 4 years ago
- Related to Bug #31554: GET "/api/v2/permissions" Is failing with 500 Internal Server Error added
Updated by Tomer Brisker over 3 years ago
- Related to Bug #32776: Host api request fails when thin=true and per_page=all added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Related to Bug #31897: Headline api feature per_page=all doesn't work for all resources added
Actions