
Oded Ben-David
- Member since
- Total activity 15
- Last activity
-
Oded Ben-David commented, - Community
- Insightly API
- Using Python SDK i.read('opportunities') suddenly ignores "top=n" when n>100
Hi Patrick, Thank you for the update. I checked and it is now working again as expected. Thanks, Oded
- View comment
- 0 votes
-
Oded Ben-David created a post, 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 opportunitie...
- 2 followers
- 2 comments
- 0 votes
-
Oded Ben-David commented, - Community
- Insightly API
- Using Python SDK i.read('opportunities') suddenly ignores "top" and "skip" keyword arguments
Hi, According to my testing there seems to be a regression related to this issue. While the skip parameter is still respected, it seems as if the top parameter is now ignored again. Regardless of w...
- View comment
- Edited
- 0 votes
-
Oded Ben-David commented, - Community
- Insightly API
- Using Python SDK i.read('opportunities') suddenly ignores "top" and "skip" keyword arguments
Working perfectly again, thank you!
- View comment
- 1 vote
-
Oded Ben-David created a post, Using Python SDK i.read('opportunities') suddenly ignores "top" and "skip" keyword arguments
Hi, I've been using the v2.2 API via the Python SDK for a while now, and it was working very well. In the past couple of days, without any change made to my code base, the i.read() method started...
- 3 followers
- 4 comments
- 1 vote
-
Oded Ben-David commented, Thanks, that solved my issue! I think adding a comment regarding OPPORTUNITY_VALUE being read-only in the context of the API/SDK might be helpful as it is output similarly to the rest of the fields.
- View comment
- 0 votes
-
Oded Ben-David created a post, Problem updating opportunity values using the python sdk
TL;DR- Opportunity values not getting updated when updating an opportunity via the python sdk. Please see the issue I opened on the github repository several days ago for details- https://github.co...
- 2 followers
- 2 comments
- 0 votes
-
Oded Ben-David commented, Hi, I have begun using the api V2.2 using the python sdk and have ran into a bit of issue. I can't seem to update the OPPRTUNITY_VALUE field for existing opportunities (I did not test uploading n...
- View comment
- 0 votes