Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Collections Items List Resource
Returns a list of Analytics collection items and creates or updates the
collection item list.
Resource URL
1/analytics/collections/<collectionId>/items1/wave/collections/<collectionId>/itemsFormats
JSON
Available Version
52.0
HTTP Methods
GET POST PATCH
Request parameters for GET
| Parameter Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| itemType | CollectionItemAssetTypeEnum | Filters the results by the collection item asset type. Valid values are:
|
Optional | 52.0 |
| limit | Integer | The limit of collections to return. | Optional | 52.0 |
| mobileOnly | Boolean | Filters the results to return only mobile asset items. | Optional | 52.0 |
| offset | Integer | Indicates the starting index for list of collections items returned. The default value is 0. | Optional | 52.0 |
| pageToken | String | The token to use for next page. | Optional | 52.0 |