Retrieve More than 2500 Records Using the ContinueRequest Property
This page contains information about retrieving more records using ContinueRequest as part of the Retrieve method call.
The SOAP API returns up to 2500 records at a time per retrieve call. If the total number of records exceed 2500, the call includes a status update that more data is available. You can use the code samples in the document to retrieve those more records using ContinueRequest.
Use the code samples below as a model to insert into your own API retrieve calls. The sample code does not function as a stand-alone call.