getDataGraphDataByLookup
GET {{baseUrl}}/ssot/data-graphs/data/:dataGraphEntityName?lookupKeys=<string>
Fetches data of a data graph by primary key of the primary DMO or the primary key of the Individual linked DMO.
Available Version: 59.0
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
lookupKeys | string | Lookup key and value to search on. This API currently supports the primary key of the primary DMO (for example, lookupKeys=[id__c=def] ) or the primary key of the Individual linked DMO (for example, lookupKeys=[IndividualLink__dlm.SourceRecordId__c=1111111] ). |
RESPONSES
status: OK
{"data":[{"json_blob__c":"{\"ssot__Id__c\":\"100005\",\"UnifiedLinkssotIndividualIr1__dlm\":[{\"SourceRecordId__c\":\"10000001\",\"UnifiedRecordId__c\":\"100005\",\"ssot__Individual__dlm\":[{\"ssot__FirstName__c\":\"Jean\",\"ssot__Id__c\":\"10000001\",\"ssot__LastName__c\":\"Johnson\",\"ssot__SalesOrder__dlm\":[{\"ssot__PurchaseOrderDate__c\":\"2023-07-26T07:37:57.927Z\",\"ssot__Id__c\":\"100002\",\"ssot__SoldToCustomerId__c\":\"10000001\",\"ssot__TotalProductAmount__c\":557.000000000000000000},{\"ssot__PurchaseOrderDate__c\":\"2023-07-26T19:52:26.525Z\",\"ssot__Id__c\":\"100001\",\"ssot__SoldToCustomerId__c\":\"10000001\",\"ssot__TotalProductAmount__c\":192.000000000000000000},{\"ssot__PurchaseOrderDate__c\":\"2023-07-06T20:30:18.255Z\",\"ssot__Id__c\":\"100005\",\"ssot__SoldToCustomerId__c\":\"10000001\",\"ssot__TotalProductAmount__c\":590.000000000000000000}]}]}]}"}],"done":true}