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 Ondřej Pražák almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1831e5680eb3933674323c4f38be9b7f85d3f263.
Actions