Analytics Asset Collection Query Input
The query parameters used to request a collection of Analytics assets.
Properties
Parameter Name | Type | Description | Required or Optional | Available Version |
---|---|---|---|---|
filterPlaceholderDatasets | Boolean | Indicates whether to filter the assets with placeholder datasets from the collection (true) or not (false). | Optional | 50.0 |
filters | Map<String, AnalyticsAssetFilterInput> | A map of filters to apply to the collection query. | Optional | 47.0 |
includeSubfolders | Boolean | Indicates whether to include the assets in subfolders in the collection (true) or not (false). | Optional | 56.0 |
limit | Integer | The limit of assets to include in the collection. | Optional | 47.0 |
mobileHidden | Boolean | Indicates whether to exclude mobile assets from the collection (true) or not (false). | Optional | 47.0 |
nextPageToken | String | The next page token value for the collection. | Optional | 47.0 |
offset | Integer | The offset value for the collection. | Optional | 47.0 |
order | ConnectWaveSortOrderTypeEnum | The type of sort order to be applied to the returned collection. Valid values are:
|
Optional | 52.0 |
scope | ConnectWaveScopeTypeEnum | The type of scope to be applied to the returned collection. Valid values are:
|
Optional | 38.0 |
searchTerm | String | The search term to use for assets in the collection. | Optional | 47.0 |
sortDirection | ConnectWaveSortOrderEnum | The ordering applied to the collection results. Valid values are:
|
Optional | 52.0 |
useAutoSuggestions | Boolean | Indicates whether to use automated suggestions to populate the collection (true) or not (false). | Optional | 48.0 |