geosolutions-it/sciadro-backend

Change default behaviour for Pagination

Closed this issue · 0 comments

MV88 commented

Pagination is always used

When doing a GET requesto to every endpoint like /assets, .../missions ... /frames .../anomalies ...

Current Result

At the moment if no page_size and page are specified the first page is returned
it seems that page 1 is the default

Expected result

The full list of items should be returned if not pagination params are specified

other notes

the only one that is not paginated is /telemetry which is fine