I can only retrieve 1,000 data when using REST call, is it possible to get more than 1,000 data?
Hi @John_Hilario, 1000 records is the maximum that can be returned for both the REST and XML-RPC APIs. In order to get additional records you’ll need to use the pagination parameters limit
and offset
for REST and page
for XML-RPC.
Thanks @Nicholas_Trecina!!