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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
batchSize | number | ||
dimensions | string | ||
measures | string | ||
filters | string |
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":"","ssot__DataSourceObjectId__c":"storage_direct_20210310-061643_1f325856-06a0-45c3-afba-5b3c10046731","ssot__Id__c":"A001","ssot__DataSourceId__c":"POS"}],"done":true}