geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

Change default behaviour for Pagination #51

Closed MV88 closed 5 years ago

MV88 commented 5 years ago

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