GET /api/v1/insight/calculated-insights/(ci-name)

Use this API to query your Calculated Insights. Users can filter by selecting different dimensions, measures, and filters.

HTTP method

GET

Availability

Data Cloud v1.0, Salesforce v51.0

Formats

REST

URI

/api/v1/insight/calculated-insight/(ci-name)

Field NameField TypeDescription
ci_namestringRequired. The Calculated Insight name.
dimensionsstringComma-separated list of dimensions to be projected. By default, this parameter includes all of the available dimensions. Example: GenderId__c
measuresstringComma-separated list of measures to be projected. By default, this parameter includes all of the available measures. Example: TotalSales__c
limitintThe number of items to return. By default, the maximum number, 4,999 items are returned. Example: 1,000
offsetintNumber of rows to skip before starting to return. Example: 100
filtersstringThis parameter is added to a select query to select results of only a specific type. Example: [GenderId__c=Male,FirstName__c=Angel]
orderbystringComma-separated values to sort the result-set in ascending or descending order. Example: GenderId__c ASC, Occupation__c DESC
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 EntityThe attribute name used in fields or filter parameters doesn’t exist.
500 Server ErrorInternal error.