Reply
Contributor
Kay Darr
Posts: 9
0
Accepted Solution

Record retrieval limits

Hi

 

Can anyone point what are the limits around no of records that can be read when we use the following 2 calls

1. retrieve()

2. query()/queryMore()

 

 

Also does queryMore() cause a new API request?

 

I checked the docs but could not find a definitive answer.

 

Thanks

Moderator
SimonF
Posts: 7,979
0

Re: Record retrieval limits

1. retrieve 200 records in a single call.

2. query/queryMore 2000 records in a single call, no limit on the total number of rows returned by the query.

 

yes, each call to queryMore is a new API request.

Cheers
Simon
docs | blog | twitter
Contributor
Kay Darr
Posts: 9
0

Thanks for you r reply.Makes sense now

Thanks for you r reply.Makes sense now