Find us at our new Help Center where we've combined our documentation and knowledgebase articles in one easy-to-search location.
We aren't updating the Developer Portal anymore, except for the Element Docs — all updates happen in the Help Center. We're retiring the Developer Portal as you know it in:
Added model verification to the Bullhorn element.
Previously, you could authenticate an Intacct element instance with a specified locationId. Now, on every API call, you have the option to override that locationId or provide one if you didn't before.
Updated description for LinkedIn API pageSize
parameter on following APIs to reflect default pageSize
to be 200:
GET /companies/{id}/followers-statistics
GET /companies/{id}/status-statistics
Removed the paging on the following LinkedIn APIs as LinkedIn returns only 100 and there is no pagination:
GET /companies/{id}/updates/comments
GET /companies/{id}/updates/likes
Removed support for bulk on the LinkedIn element likes and comments resources as pagination is no longer supported.
Fixed DropBox file copy to throw an error if source and destination paths are same.
Fixed a bug where the Salesforce redirect URL didn't direct to the endpoint address.
When creating custom element, request models appear for POST, PATCH and PUT endpoints.
Formula executions now show pending
executions and steps in yellow.
Previously, you could load no more than 200 formula executions at a time. Now you can load more executions by scrolling to the bottom of the execution list.
The Activity page includes a new Audit Logs table that allows you to see change logs for elements, formulas, instances, transformations, and common-resources.
You can filter audit logs by users in an account.
You can more easily copy the an element ID. Previously, the hover options on the card would block the user from being able to edit the ID.
Saving a transformation setting or transformation field setting will save the overall transformation as well.
time-entries
in ConnectWise CRM REST.POST /incidents/{id}/members
in ConnectWise CRM REST allowing user to add a resource/member to an incident.GET /incidents/{id}/time-entries
in ConnectWise CRM REST allowing user to retrieve all time entries related to an incident.GET /incidents/{incidentid}/comments
in FreshService allowing user to retrieve all comments related to an incident.GET /users
in FreshService allowing user to search by email.custom-objects
Resource and PollingAdded create, retrieve, update, delete, and search for custom-objects
resource in Eloqua.
Also added support for polling on this resource.
GET Vendors
You can now pass the query value with two single quotes .
Ex: CompanyName = 'Bruce''s Office Machines'
pageSize
for GET /contacts
API and GET /contacts/{id}/activities
is now set to 100.GET /contacts/{id}/activities
, if you try to pass a pageSize
greater than 100, we will now return the appropriate error in the element error response header.id
passed to GET /contacts/{id}/activities
and GET /accounts/{id}/activities
API.pageSize
parameter on GET /accounts
and GET /opportunities
now reflects the default pageSize
as 100.GET /accounts/{accountId}/activities
API.Added support for Quickbooks apps created after July that require the OAuth 2.0 authentication flow.
Fixed bug that was causing intermittent HTTP connections to reset on outbound API calls.