khanh8609vnz3
Posts: 8
Joined: Tue Jul 28, 2020 4:39 am

Api express auto limit response data to 1500 records

Hi all,

I using Api express and I using query limit to set the limit of records to 1000

After that I changed it to 100000 to get more records but now api express only get maximum 1500 records

I also check the Test function in Api express but it get max 1500 records.

So how can I increase the max limit records I want to get? I check the setting inside api express but found nothing, here are the screenshots

Code
Image

Chrome develop tool network tab
Image

Oleg Solodiuk
Posts: 36
Joined: Fri Jan 10, 2020 6:49 am

Re: Api express auto limit response data to 1500 records

Hello,

The maximum value for the limit parameter is 1500. The value is Integer (Number JavaScript): https://docs.appery.io/reference#databa ... pagination

Return to “Issues”