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
ParameterTypeDescription
dataGraphEntityNamestringRequired. The unique identifier of the data graph. Example: individual_eng_dg
idstringRequired. The unique identifier of the record to retrieve. The ID must be a primary key of the primary DMO. Example: 100005
ParameterTypeDescription
livebooleanRetrieves the latest data graph data if set to true. Retrieves the precalculated data graph data by default.
ParameterTypeDescription
dataspacestringThe 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