Topic by Kurt Helfrich
Content
We're just starting to use the REST API, and I can't find information on record limits.
We need to GET contact records, and it appears that the default if you don't specify the limit parameter is 1000 records.
If you specify a limit of 200K, you get 1000 results.
It seems reasonable for there to be a hard-coded record limit or a transaction size limit to maintain performance, but does anyone know what it is?