GET /api/v1/universalIdLookup/{entity_name}/{DataSourceIdc}/{DataSourceObjectIdc}/{SourceRecordId__c}

Retrieve all the Individual records of an individual from all the data sources. For example, if a runner’s profile information comes from three data sources retail sales, loyalty program, and mobile identity. A unified individual record for the runner gets created and all the individual records are assigned the same unified record id.

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce API version 54.0 and later

Formats

REST

URI

/api/v1/universalIdLookup/{entity_name}/{DataSourceId__c}/{DataSourceObjectId__c}/{SourceRecordId__c}

Use the entity_name, DataSourceId__c, DataSourceObjectId__c, and SourceRecordId__c and retrieve the individual records.

SourceRecordId__c maps to Individual ID of Individual data model object. For more information, see Individual DMO.

Field NameField TypeDescription
DataSourceId__cstringRequired. The data source ID.
DataSourceObjectId__cstringRequired. The data source object ID.
entity_namestringRequired. The name of the bridge table entity.
SourceRecordId__cstringRequired. The primary key of the data source record.
Request

Response