API changes in version 0.40

Hello!
How do we get all returns from an API GET(users, collections, etc...) using version 0.40? It seens that this version is limiting the responses to only 50. What can we do to avoid this behavior? Is there a parameter that we should use?
Thanks in advance!

Hi @AndreLuizRego
You can include &limit=123 as a parameter to define how many items you want to return.

Hi @flamber!

Worked like a charm! Thank you very much!

Thanks! And as expected if there is a limit parameter, offset works like expected too

?limit=50&offset=50 returns the second page of 50.