Logo
Salesforce Developers API Documentation

DMO and Children - By Search Key

GET https://{{dne_cdpOffcoreUrl}}/api/v1/profile/UnifiedIndividual__dlm/Rice/UnifiedContactPointEmail__dlm?searchKey=ssot__LastName__c&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

 

Body PARAM

Key Datatype Required Description 
searchKey
string
fields
string
limit
number



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [ { "ssot__LastName__c": "790cf3ad-b959-337f-bbe9-e97398b0b7e3", "UnifiedContactPointEmail__dlm": { "ssot__PartyId__c": "790cf3ad-b959-337f-bbe9-e97398b0b7e3", "ssot__EmailAddress__c": "FRice@example.cdp" }, "ssot__FirstName__c": "", "ssot__InternalOrganizationId__c": "Rice", "ssot__Id__c": "Floy" } ] }



Curl
curl -X GET 'https:///api/v1/profile/UnifiedIndividual__dlm/Rice/UnifiedContactPointEmail__dlm?searchKey=ssot__LastName__c&fields=ssot__PartyId__c,ssot__EmailAddress__c&limit=10?searchKey=ssot__LastName__c&fields=ssot__PartyId__c,ssot__EmailAddress__c&limit=10'

ENDPOINTS