Get Data Graph Data by Record ID
Retrieves a specific record from a data graph by its unique identifier. This endpoint allows you to access complete record data including all related fields from connected entities.
- HTTP Method: GET
- Availability: Data Cloud v1.0, Salesforce v51.0
- Format: REST
- URI:
/api/v1/dataGraph/{dataGraphEntityName}/{id}?live=true/false
Parameter | Type | Description |
---|
dataGraphEntityName | string | Required. The unique identifier of the data graph. Example: individual_eng_dg |
id | string | Required. The unique identifier of the record to retrieve. The ID must be a primary key of the primary DMO. Example: 100005 |
Parameter | Type | Description |
---|
live | boolean | Retrieves the latest data graph data if set to true. Retrieves the precalculated data graph data by default. |
Parameter | Type | Description |
---|
dataspace | string | The dataspace that the query executes in. |
The response includes:
data
: Array of objects containing the requested data
done
: boolean indicating if all results have been returned