DMO and Children - By ID

GET https://{{dne_cdpOffcoreUrl}}/api/v1/profile/UnifiedIndividual__dlm/1e0403e9-7a82-3a5a-90f7-00c92ef8d5b2/UnifiedContactPointEmail__dlm?fields=ssot__PartyId__c,ssot__EmailAddress__c&limit=10

Returns data model objects and child objects based on indexes and search filters.

https://developer.salesforce.com/docs/atlas.en-us.c360a_api.meta/c360a_api/c360a_api_profile_dmname_id_child_dmname.htm

Request Params

KeyDatatypeRequiredDescription
fieldsstring
limitnumber

RESPONSES

status: OK

{"data":[{"ssot__LastName__c":"1e0403e9-7a82-3a5a-90f7-00c92ef8d5b2","UnifiedContactPointEmail__dlm":{"ssot__PartyId__c":"1e0403e9-7a82-3a5a-90f7-00c92ef8d5b2","ssot__EmailAddress__c":"FGalbraith@example.cdp"},"ssot__FirstName__c":"","ssot__InternalOrganizationId__c":"Galbraith","ssot__Id__c":"Florence"}]}