Cloud Elements Version 2.172-2.176
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}/transactionsPATCH /hubs/employee/timesheets/{id}POST /hubs/employee/locations/{id}/transactions/{transactionId}/captureWhen 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-contactsWe 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 |