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.
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"
}
]
} |
ENDPOINTS