
Engineering
- Member since
- Total activity 363
- Last activity
-
Official comment
In version 2.2, we support optional query parameters in search requests. These, in turn, accept wildcard terms. So to search for last name contains 'foo', you would call /v2.2/contacts/search?last_...
- View comment
- Created
- 0 votes
-
Official comment
Tim, In version 2.2 of the API, you'll have read access to Activity Sets, but will not be able to create them. You'll also be able to change project/opportunity pipelines and pipeline stages, which...
- View comment
- Created
- 0 votes
-
Official comment
Hi Vandana, We apply rate limits to the API, which will be the following with the release of the v2.2 API. The API is limited to 5 requests per second, and in addition, the following daily limits a...
- View comment
- Created
- 0 votes
-
Official comment
Rodolfo, Thanks for the question. To create contacts with different owner user IDs, you'll need to authenticate using that user's API key (each user has a unique key). This field is generated autom...
- View comment
- Created
- 0 votes
-
Alessandro, The opportunity state is returned but not the reason ID. We are looking into this. When I test the API directly (version 2.1), I do see this field in the object graph but it is null. T...
- View comment
- Created
- 0 votes
-
Hi again Guiseppe, I did some testing on the v2.2 API, and found that it includes both opportunity state and opportunity state reason ID in the list of opportunities returned by the /opportunities/...
- View comment
- Created
- 0 votes
-
Official comment
Hi Giuseppe, Thanks for the post. We will be releasing version 2.2 of the API any day now. With this API you can filter opportunities by opportunity state simply by getting https://api.insight.ly/o...
- View comment
- Created
- 0 votes
-
Official comment
Hi, you can just use the GET methods in the API to fetch Insightly objects, and then see how they are structured. The API calls return JSON by default, so it is pretty easy to work with. Any questi...
- View comment
- Created
- 0 votes
-
Hi Manoj, The API provides a limited number of parameters you can query on. These will be listed in full in the v2.2 documentation. If you need to do more complex queries on custom fields, the best...
- View comment
- Created
- 0 votes
-
Official comment
Manoj, You can filter results via the API. This is especially easy to do in version 2.2 which will be released in the next week or so. You simply include one or more optional parameters in the quer...
- View comment
- Created
- 0 votes