| ci_name |
- Field Type
- string
- Description
-
Required.
The Calculated Insight name.
|
| dimensions |
- Field Type
- string
- Description
- Comma-separated list of dimensions to be projected. By default, this parameter
includes all of the available dimensions. Example: GenderId__c
|
| measures |
- Field Type
- string
- Description
- Comma-separated list of measures to be projected. By default, this parameter includes
all of the available measures. Example: TotalSales__c
|
| limit |
- Field Type
- int
- Description
- The number of items to return. By default, the maximum number, 4,999 items are
returned. Example: 1,000
|
| offset |
- Field Type
- int
- Description
- Number of rows to skip before starting to return.
Example: 100
|
| filters |
- Field Type
- string
- Description
- This parameter is added to a select
query to select results of only a specific type.
Example: [GenderId__c=Male,FirstName__c=Angel]
|
| 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
|
| 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.
|