Cloud Elements Version 2.172-2.176
You can now order search results from GET /search
and GET /folders/{id}/contents
requests by name
, createdDate
, and modifiedDate
. For example:
We updated the Google suite element to support background and foreground colors.
We added the Microsoft Graph element to access the Microsoft Graph API and manage calendars and other objects.
recipients
endpoint to the envelopes
resourceYou can now GET all the recipients of an envelope using GET /envelopes/{id}/recipients
.
The following types of custom fields can be included in the POST request on Netsuite elements:
We added a new access-level
query parameter for the following endpoints:
Beginning with the Winter '18 Release, Sugar will prevent REST API access to Sugar from unknown platform types. When you authenticate an element instance, you can now pass the sugar.platform
to prevent any connection issues related to platform. See Sugar's documentation for more information.
We made several changes to security in this release including:
PUT /organizations/me
.PATCH /accounts/{id}?permanent=true { "active": false }
) behaves the same as a deletion, and all of the account users will be deleted.Previously, if you attempted to create a transformation using only Custom JS, you received an error indicating at least one field level transformation was required. You can now create a transformation exclusively through Custom JS.