Hi,
Is there way to fetch all the data from M3 API. For example, I want to get all customers form M3 to develop a custom search in Mongoose.
I used below C# code and tried replacing record cap 0 and -1. But both time it only retrieves 100 records.
If I use a number other than 0 or -1 it retrieves that number of records. But maximum number I can use is 9999. In my case we have more than 15,000 customers.
LoadCollectionResponseData FullCollection;
FullCollection = this.IDOClient.LoadCollection("FTD_LstCustomers", "CUNO", "", "", -1);
Thanks
Regards,
Nishantha.