Skip to content

limits on getAll methods

Choose a tag to compare

@eaperezc eaperezc released this 28 Nov 17:56
· 9 commits to master since this release

Before this release there was no way to add a limit to the getAll queries, this was a problem when the amount of records returned by the api was greater than 15 (the default value). This way we can send 'all' to get everything or an integer value for the amount of records we want to get.