David Kleinschmidt
Posts: 0
Joined: Fri Jul 31, 2015 6:18 am

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

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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

Hello David,

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

Return to “Issues”