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:
We added the E-conomic element to our catalog. E-conomic is available in the ERP hub. Connect an E-conomic account to integrate with accounts, contacts, activities, leads, and more.
We added the Insightly element to our catalog. Insightly is available in the CRM hub. Connect an Insightly account to integrate with customers, vendors, invoices, employees, and more.
/bills
and /deposits
resourcesWe added ExpenseLineRet
and ExpenseLineAddList
to the models for GET /bill
s, POST /bills
and PATCH /bills/{id}
.
/me
resourceAdded the /me
resource to retrieve information about the authenticated Google user.
/revisions
endpoints to the files resourceWe added these revisions
endpoints:
/accounts
resourceYou can now set up polling on the /accounts
resource.
"accounts": {
"url": "/hubs/messaging/accounts?where=date_updated='${gmtDate:EEE, dd MMM yyyy HH:mm:ss Z}'",
"idField": "sid",
"datesConfiguration": {
"updatedDateField": "date_updated",
"updatedDateFormat": "EEE, dd MMM yyyy HH:mm:ss Z",
"updatedDateTimezone": "GMT",
"createdDateField": "date_created",
"createdDateFormat": "EEE, dd MMM yyyy HH:mm:ss Z",
"createdDateTimezone": "GMT"
}
}
We removed Control ID from the UI, which is not needed to authenticate an element instance.
We updated the models for Accounts, Leads, Opportunities, and Contacts.
Use GET /objects/{objectName}/metadata
to view the fields in a specified object.
A GET /objects/{objectName}/metadata
request now includes metadata for virtual data resources and Cloud Elements canonical resources.
See all of your element and formula instances on one page
We changed the Formula Instance Executions screen so you can now filter by any formula instance in your account more easily.
Swagger documentation now displays resources in alphabetical order
accounts
and messages
resourcesWe updated the models for the GET /accounts
, GET /accounts/{id}
, GET /messages
, and GET /messages/{id}
endpoints.
users
resourceWe updated the models for the GET /users
, GET /users/{id}
, POST/users
, and PATCH /users/{id}
endpoints.
Previously the element treated identity columns as primary keys even when another primary key was identified. The Microsoft SQL Server elements treats columns as primary keys only if they are designated as primary keys.
GET /checking-accounts/{id}
to GET /checking-accounts/{recordno}
The id used to specify a checking account is RECORDNO
not BANKACCOUNTID
.
Update folder descriptions with PATCH /folders/metadata
or PATCH folders/{id}/metadata
.
We added the following resources:
subscriptions
endpointsThe id
path parameter in subscriptions
endpoints accepts either the subscription ID or the subscription number.
accounts
resourceWe added the accounts
resource with CRUD endpoints (GET, GET {id}, POST, PATCH, DELETE).
deals
resourceWe added the deals
resource with CRUD endpoints (GET, GET {id}, POST, PATCH, DELETE).
We fixed a pagination bug on the GET /cutomers
endpoint and added the /ping
endpoint.
We updated the models for:
PATCH /hubs/employee/employees/{id}
GET /locations/{id}/transactions
PATCH /hubs/employee/timesheets/{id}
POST /hubs/employee/locations/{id}/transactions/{transactionId}/capture
When authenticating an element instance in the UI, hover over the question mark to see more information about what values to enter based on your Zoho domain.
client-contacts
resource and support for events for client-contacts
We added the client-contacts
resource with CRUD endpoints (GET, GET {id}, POST, PATCH, DELETE). You can also set up polling for client-contacts
.
You can now add virtual data resource mapped to sub-objects at a Hubspot CRM element to the API docs. For more information, see the Release Notes for release 2.152.
Bullhorn requires you to connect to a specific data center. When authenticating with Bullhorn, reference this table of examples (see the full list of URLs at Bullhorn):
Login URLlogin.url |
OAuth Authorization URL oauth.authorization.url |
OAuth Token URLoauth.token.url |
|
---|---|---|---|
U.S. East Coast Data Center | https://rest.bullhornstaffing.com | https://auth.bullhornstaffing.com/oauth/authorize | https://auth.bullhornstaffing.com/oauth/token |
U.S. West Coast Data Center | https://rest-west.bullhornstaffing.com | https://auth-west.bullhornstaffing.com/oauth/authorize | https://auth-west.bullhornstaffing.com/oauth/token |
UK Data Center | https://rest-emea.bullhornstaffing.com | https://auth-emea.bullhornstaffing.com/oauth/authorize | https://auth-emea.bullhornstaffing.com/oauth/token |