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
Chrome develop tool network tab