Page 1 of 1

has limit been changed to not except -1 anymore for no limit

Posted: Thu Oct 20, 2016 3:52 am
by David Kleinschmidt

When requesting records or rows from a database collection via a REST call, the parameter "limit" is used so you can get more than 100 records (the default).

I have previously managed to use limit = -1 and have every record returned (desirable).

However it would seem that this has recently been changed and is no longer available.

This is going to cause considerable pain.

Would this be an accurate assesmment of what has happened?


has limit been changed to not except -1 anymore for no limit

Posted: Fri Oct 21, 2016 10:32 am
by Evgene Karachevtsev

Hello David,

No, this is no longer available as actually this was very insecure method.