Using Python SDK i.read('opportunities') suddenly ignores "top=n" when n>100
Hi,
According to my testing the top parameter is now ignored when the value for top is more than 100.
When I set top=40 I get 40 opportunities as expected.
When I set top=100 I get 100 opportunities as expected.
When I set top=600 or top=200 I still get 100, not as expected. I have more than 100 opportunities in my account and this used to work great until lately.
Thanks you for your assistance,
Oded
Comments
Hi Oded,
We just released an update, this should be working now again. The maximum number of records you can get back in one request is 500 even if you set top=600. Without specifying any top parameter you'll get max 100 records by default.
Best Regards,
Patrick
Hi Patrick,
Thank you for the update. I checked and it is now working again as expected.
Thanks,
Oded
Please sign in to leave a comment.