[Spce-user] Api Paging/Offset

Ml Ml mliebherr99 at googlemail.com
Tue Aug 18 10:05:41 EDT 2020


Hello,

how does the API Offset/Paging work?

/api/subscribers/?limit=20&offfset=0
  shows the same results as:
/api/subscribers/?limit=20&offfset=100

I have about 3000 records. If i use limit >= 500 i get a nginx
timeout. So i guess i need to fetch the stuff in pages?

Cheers,
Michael.



More information about the Spce-user mailing list