Logo
Salesforce Developers API Documentation

DMO and Calculated Insight - By ID

GET https://{{dne_cdpOffcoreUrl}}/api/v1/profile/ssot__Individual__dlm/A001/calculated-insights/PurchaseByDate__cio?batchSize=5&dimensions=PurchaseDay__c,CustomerId__c&measures=TotalOrders__c&filters=[ssot__DataSourceId__c=POS]

Returns data model objects and a computed view based on indexes and search filters.

https://developer.salesforce.com/docs/atlas.en-us.c360a_api.meta/c360a_api/c360a_api_profile_dmname_id_ci_ci_name.htm

 

Body PARAM

Key Datatype Required Description 
batchSize
number
dimensions
string
measures
string
filters
string



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "data": [ { "ssot__LastName__c": "Lagrange", "PurchaseByDate__cio": { "CustomerId__c": "A001", "TotalOrders__c": 2, "PurchaseDay__c": "28" }, "ssot__FirstName__c": "Everett", "ssot__InternalOrganizationId__c": "", "ssot__DataSourceObjectId__c": "storage_direct_20210310-061643_1f325856-06a0-45c3-afba-5b3c10046731", "ssot__Id__c": "A001", "ssot__DataSourceId__c": "POS" }, { "ssot__LastName__c": "Lagrange", "PurchaseByDate__cio": { "CustomerId__c": "A001", "TotalOrders__c": 1, "PurchaseDay__c": "26" }, "ssot__FirstName__c": "Everett", "ssot__InternalOrganizationId__c": "
Curl
curl -X GET 'https:///api/v1/profile/ssot__Individual__dlm/A001/calculated-insights/PurchaseByDate__cio?batchSize=5&dimensions=PurchaseDay__c,CustomerId__c&measures=TotalOrders__c&filters=[ssot__DataSourceId__c=POS]?batchSize=5&dimensions=PurchaseDay__c,CustomerId__c&measures=TotalOrders__c&filters=[ssot__DataSourceId__c=POS]'

ENDPOINTS