Limit pagination json return

Hello, using dreamfactory with mysql.

When I make the request http://api-u16.cloudapp.net/api/v2/nova207/_table/clients

My return json is limited to 1000 records.

How to increase this return to 1500 records?

you can create a procedure but will be better use pagination

I already created procedure. I’ve also created a view. But it looks like it’s a limitation on dreamfactory’s return.
Example:

http://api-u16.cloudapp.net/api/v2/nova207/_table/clientes?limit=1500

Returns only 1000 records

Well, It might be too late.
You can set this limitation in services - config - optional advanced settings - Maximum Records.

The default value is 1000, therefore you could get only 1000 records with this default setting.