GET /api/v1/dataGraph/{dataGraphName}/{dataGraphRecordId}

Request data from a specified data graph.

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce v51.0

Formats

REST

URI

/api/v1/dataGraph/{dataGraphName}/{dataGraphRecordId}

Field NameField TypeDescription
dataGraphNamestringThe data graph's API name.
dataGraphRecordIdintThe value of the primary key on the data graph record. The value of this field is the same as the value of the primary key for the data graph’s primary data model object.

This example shows a request for the data graph individual_eng_dg, with record ID 100005. The response includes specific data values for the primary DMO and related fields specified in the data graph.

Request

Response