DMO - By ID

GET https://{{dne_cdpOffcoreUrl}}/api/v1/profile/ssot__Individual__dlm/A031?fields=ssot__Id__c,ssot__FirstName__c,ssot__LastName__c,ssot__DataSourceId__c&limit=100&filters=[ssot__DataSourceId__c=POS]

Returns data model objects based on search indexes and filters. Use this API call to retrieve the object record based on the primary key or secondary keys. Returns an empty list when records are not found.

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

Request Params

KeyDatatypeRequiredDescription
fieldsstring
limitnumber
filtersstring

RESPONSES

status: OK

{"data":[{"ssot__Id__c":"A031","ssot__FirstName__c":"Jessie","ssot__LastName__c":"Depuy","ssot__DataSourceId__c":"POS"}],"done":true}