Query Calculated Insights
GET https://{{dne_cdpOffcoreUrl}}/api/v1/insight/calculated-insights/PurchaseByDate__cio?batchSize=5&dimensions=PurchaseDay__c,CustomerId__c&measures=TotalOrders__c&filters=[CustomerId__c=A003]
Returns the list of data model objects, their fields, and category.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
batchSize | number | ||
dimensions | string | ||
measures | string | ||
filters | string |
RESPONSES
status: OK
{"data":[{"CustomerId__c":"A003","PurchaseDay__c":"10","TotalOrders__c":1},{"CustomerId__c":"A003","PurchaseDay__c":"28","TotalOrders__c":1},{"CustomerId__c":"A003","PurchaseDay__c":"5","TotalOrders__c":1}],"done":true}