
Bart L.
- Member since
- Total activity 70
- Last activity
-
Bart L. commented, As a temporary workaround, you can also use this endpoint in v3.0, since that one does seem to be working. The correct syntax is simply { "STAGE_ID": <New Stage ID>} I will also make sure the docu...
- View comment
- Edited
- 1 vote
-
Bart L. commented, Hi Erich, It seems this endpoint is not working correctly, my apologies. I will make sure this gets fixed and update here once the issue has been resolved. Thank you Bart
- View comment
- 1 vote
-
Bart L. commented, Hi Micah, You can use the top and skip query string parameters to specify the number of records to return and the starting record position. We have a maximum of 500 records per response. E.g. you c...
- View comment
- 0 votes
-
Bart L. commented, Hi Micah, Can you provide the specific error message you are getting? You are correct, that endpoint should return a list of your organizations, limited to 100 records by default.
- View comment
- 1 vote
-
Bart L. commented, You might be missing an underscore _ there, since all new custom fields have "__c" at the end of the name (2 underscores + c).
- View comment
- 0 votes
-
Bart L. commented, Hi Tim, The correct way to add custom fields with v3.0 of the API is as follows: CUSTOMFIELDS: [{ FIELD_NAME: 'Total_Spend__c', FIELD_VALUE: stats.totalSpend}] Please make sure the FIELD_NAME m...
- View comment
- 0 votes
-
Bart L. commented, Hi Stefan, Unfortunately, searching for empty values is not possible in the current API version. Thank you for bringing this to my attention, I will bring it up with the team and see if this is som...
- View comment
- 0 votes
-
Bart L. commented, Hi Thomas, The API docs for the latest 3.0 version can be found here: https://api.insightly.com/v3.0/Help The swagger specification can be found here: https://api.insightly.com/v3.0/swagger/docs/v...
- View comment
- 0 votes
-
Bart L. commented, Hi Andy, Internally, the values for the Lookup Relationship fields are stored as IDs. We only show the name in the web interface. The only way to get the name through the API is to submit a separat...
- View comment
- 0 votes
-
Bart L. commented, Hi David and Stephen, This topic has just been brought to my attention, my apologies on behalf of Insightly for the late reply. I see that you are trying to use the Insightly add-in with a personal...
- View comment
- 0 votes