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:
GET /leads
and GET /accounts
We added the GET /leads
and GET /accounts
endpoints.
GET /contacts
and GET /opportunities
We added the GET /contacts
and GET /opportunities
endpoints.
When using the continue from and limit functions, bulk APIs for Marketo now indicate when finished retrieving the specified objects.
We also updated GET /bulks/{id}/status
to return the recordsCount
value based on data written in to CSV file.
Lastly, we updated the messaging for using incorrect query parameters.
You can now add resources to extend the Connectwise CRM REST element.
/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.