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 Name | Field Type | Description |
---|---|---|
DataSourceId__c | string | Required. The data source ID. |
DataSourceObjectId__c | string | Required. The data source object ID. |
entity_name | string | Required. The name of the bridge table entity. |
SourceRecordId__c | string | Required. The primary key of the data source record. |
- Request
- Response