Consult all contact points by API
in CX Apps
Good morning,
We are currently looking to query all contact points—without limiting the scope to a specific object (such as Contacts or Accounts)—via the API. This is because the `conflict ID` field must be unique for contact points, yet we currently have no way to validate the entire dataset before creating a new entry.
For example It currently works like this:
/crmRestApi/resources/11.13.18.05/contacts/{PartyNumber}/child/ContactPoint |
|---|
This doesn't work for us, as it limits the results to that specific contact. It won't return the entire pool.
We want something like:
/crmRestApi/resources/11.13.18.05/ContactPoint |
|---|
Return all contact points simultaneously, without limiting them to a single object.
Tagged:
0