Page 1 of 1

Api express auto limit response data to 1500 records

Posted: Sun Jan 03, 2021 11:52 am
by khanh8609vnz3

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


Re: Api express auto limit response data to 1500 records

Posted: Sun Jan 03, 2021 3:25 pm
by Oleg Solodiuk

Hello,

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