The Tips section includes more information about the element including FAQs, endpoint limitations, and general tips.
Although not all entities are documented in the API docs, all entities are available. To get a list of entities call:
GET /objects
Use the list to make calls to any of the entities, for example:
GET /contract
GET /customeraddress
GET /account
GET /sharepointdocumentlocation
Not seeing a custom object? See below.
When you make a GET /objects
request Microsoft Dynamics does not include custom objects in the response. You can include custom objects by adding the query parameter ?getall=true
. In the API Docs, change the getall field to true.
https://api.cloud-elements.com/elements/api-v2/hubs/crm/objects?getall=true
You can search on almost any attribute. However, we recommend that you keep your searches as simple as possible. Cloud Elements normalizes the proprietary FetchXML queries used by MS Dynamics, simplifying their verbose query language.
MS Dynamics provides rich metadata. Make sure that you call GET /objects/{objectName}/metadata
and review the metadata.
For on-premise authentication, we support Federated, but not Active Directory.