Cloud Elements Version 2.172-2.176
/post
, /patch
and /delete
endpoints to the subscriptions
resourceManage subscriptions with these new endpoints:
When failing to create folders or upload files we returned a status code of 502. We updated this code so now failure to create a folder with an invalid name returns a 400 Bad Request status. Failure to upload a file returns a 403 Forbidden status code.
We added the Agile Central (Rally) element to the general hub. Use the Agile Central (Rally) element to integrate with defects, stories times, projects, and more. Take a look at the Agile Central (Rally) docs and get started today.
We corrected an issue where Dropbox events were duplicated in the UK environment.
We added GET /objects/{objectName}/metadata
to retrieve a list of custom fields in Oracle Sales Cloud.
When authenticating an element instance, enter your OAuth API Key and OAuth API secret to connect to demo or production accounts.
POST /orders
endpointCreate an order with POST /orders
.
When checking on the status of a bulk job with GET /bulk/{id}/status
, bulk_finish_time
appears only of the job finished or was aborted
properties
and propertygroups
endpoints to the accounts
resourceWe added the following endpoints:
If you built an element in Cloud Elements 2.0 and set up bulk on resources, bulk endpoints did not appear in the API docs. Bulk now appears in the API docs for custom elements.
You can include the reserved word order
in queries like select * from order
, where order is the name of a resource, not a reserved word.