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 Freshbooks Cloud Accounting element to our catalog. Freshbooks Cloud Accounting is available in the Finance hub. Connect a Freshbooks account to integrate with invoices, payments, taxes, customers, and more. Take a look at the Freshbooks Cloud Accounting Element docs and get started today.
/ping
to multiple elementsPing your authenticated instances to make sure they remain connected. We added the /ping
resource to:
You can now choose an authentication method for Docusign, either OAuth 2.0 (new) or OAuth 2 Password (legacy).
Responses to the list of endpoints below return a tags
object that includes a list of tags associated with the folder. The tags
object appears only when the folder is tagged.
/cases
and /knowledge-articles
resourcesFind and manage cases and knowledge articles in Microsoft Dynamics.
TxnDate
Added support for TxnDate
processing on creditcard-charges
and creditcard-credits
resources.
Previously when you sent a POST /files
with overwrite=true
, the new file did not overwrite the existing one. We updated the element so overwrite works as expected.
Metadata retrieved by GET /search
did not include modifiedDate
. We updated GET /search
to include modifiedDate
in the metadata.
/addresses
and and /accounts
resourcesManage your address and resources with the new /addresses
and /accounts
resources.
/invoices
resourceManage your invoices with the new /invoices
resource.
/accounts
resourceManage your accounts with the new /accounts
resource.
You can now import OData files to create a new element.
Access the documentation for the Cloud Elements audit-logs resource. This resource allows you to programmatically access the information available on the Audit Logs tab in Activity.
We added the Plaid element to our catalog. Plaid is available in the Finance hub. Connect a Plaid account to integrate with accounts, transactions, institutions, categories, and more. Take a look at the Plaid Element docs and get started today.
We added the Fortnox element to our catalog. Fortnox is available in the ERP hub. Connect a Fortnox account to integrate with projects, invoices, vouchers, products, and more. Take a look at the Fortnox Element docs and get started today.
If you want to receive a total count in the response headers, include returnCount=true
as a query parameter in your request.
If you encounter record lock issues when performing bulk uploads, you can try serial mode instead of the default parallel node. See the Salesforce documentation topic General Guidelines for Data Loads for more information about parallel and serial modes.
To switch to serial mode pass "concurrency":"serial"
in the request metadata.
We modified the where
parameter for WooCommerce products and orders to allow native WooCommerce and normalized queries. For example, to search for objects created after 2016-04-28T21:58:25, you can either query created_date > '2016-04-28T21:58:25'
or after = '2016-04-28T21:58:25'
.
GET /bills
and GET /bills/{id}
returned responses differentlyThe format of responses from GET /bills
and GET /bills/{id}
match.