| ci_name |
- Field Type
- string
- Description
-
Required.
The Calculated Insight name. Example: IndividualChildrenCount__cio
|
| dataModelName |
- Field Type
- string
- Description
-
Required.
Data model object API name. Example: UnifiedIndividual__dlm
|
| dimensions |
- Field Type
- string
- Description
- Comma-separated name of the dimensions to be part of the result from the computed
view. By default includes all the dimensions. Example: Id__c
|
| filters |
- Field Type
- string
- Description
- Filters are applied only on the parent object. Example: [FirstName__c=Angel]
|
| id |
- Field Type
- string
- Description
-
Required.
The value of an indexed column. Example:
003726a3-061d-33e7-a5a5-96ecae866a61
|
| limit |
- Field Type
- int
- Description
- The number of items to return. Example: 10
|
| measures |
- Field Type
- string
- Description
- Comma-separated name of the measures to be part of the result from the computed view.
By default includes all the measures. Example: TotalSales__c
|
| offset |
- Field Type
- int
- Description
- Number of rows to skip before starting to return. Example: 100
This field is
available in API version 52.0 and later.
|
| orderby |
- Field Type
- string
- Description
- Comma-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.
|
| searchKey |
- Field Type
- string
- Description
- Index name if the object’s ID is different from the primary key. Example:
FirstName__c
|
| timeGranularity |
- Field Type
- string
- Description
- With 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.
|