GET /api/v1/profile/{dataModelName}/{Id}/calculated-insights/{ci-name}

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

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce v51.0

Formats

REST

URI

/api/v1/profile/{dataModelName}/{Id}/calculated-insights/{ci-name}

Field NameField TypeDescription
ci_namestringRequired. The Calculated Insight name. Example: IndividualChildrenCount__cio
dataModelNamestringRequired. Data model object API name. Example: UnifiedIndividual__dlm
dimensionsstringComma-separated name of the dimensions to be part of the result from the computed view. By default includes all the dimensions. Example: Id__c
filtersstringFilters are applied only on the parent object. Example: [FirstName__c=Angel]
idstringRequired. The value of an indexed column. Example: 003726a3-061d-33e7-a5a5-96ecae866a61
limitintThe number of items to return. Example: 10
measuresstringComma-separated name of the measures to be part of the result from the computed view. By default includes all the measures. Example: TotalSales__c
offsetintNumber of rows to skip before starting to return. Example: 100. This field is available in API version 52.0 and later.
orderbystringComma-separated values to sort the result-set in ascending or descending order. Example: GenderId__c ASC, Occupation__c DESC. This field is available in API version 52.0 and later.
searchKeystringIndex name if the object's ID is different from the primary key. Example: FirstName__c
timeGranularitystringWith this parameter, you can roll up the measures to various time ranges. Possible values: HOUR, DAY, MONTH, QUARTER, YEAR. This field is available in API version 53.0 and later.
Request

Response

ResponseReason
200 OKCallback successfully verified.
400 Bad RequestInvalid request.
403 ForbiddenFailed to pass authorization.
404 Not FoundIncorrect callback ID, verification key, or both.
422 Unprocessable EntityAttribute name used in fields/filter parameter doesn’t exist.
500 Server ErrorInternal error.