GET /universalIdLookup/{entity_name}/{DataSourceId__c}/{DataSourceObjectId__c}/{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.
Syntax
- HTTP method
- GET
- Availability
- Data Cloud v1.0, Salesforce API version 54.0 and later
- Formats
- REST
- URI
- /universalIdLookup/{entity_name}/{DataSourceId__c}/{DataSourceObjectId__c}/{SourceRecordId__c}
Request Parameters
Use the entity_name, DataSourceId__c, DataSourceObjectId__c, and SourceRecordId__c and
retrieve the individual records.
| 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. |
Examples
- Request
-
- Response
-