GET /api/v1/dataGraph/{dataGraphName}?lookupKeys=[]
Use secondary lookup keys to request data from a data graph. The lookup keys can be used for one-to-one lookups
Syntax
- HTTP method
- GET
- Availability
- Data Cloud v1.0, Salesforce v51.0
- Formats
- REST
- URI
- /api/v1/dataGraph/{dataGraphName}/{dataGraphRecordId}
Request Parameters
| Field Name | Field Type | Description |
|---|---|---|
| dataGraphName | string | The data graph's API name. |
| lookupKeys | string[] | The API name of the related object included in the data graph and a field name and field ID of that related object, limited to the individual ID field on a specific related data model object. |