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.
Collection Resources
Available resources:
| Resource | Description | Supported HTTP Method | Resource URL |
|---|---|---|---|
| Collections List Resource | Get and create lists of collections of Analytics resources. | GET POST |
/analytics/collections /wave/collections |
| Collections Resource | Get, update, or delete a collection of Analytics resources. | GET PATCH DELETE |
/analytics/collections/<collectionId> /wave/collections/<collectionId> |
| Collection Items List Resource | Returns a list of Analytics collection items and creates or updates the collection item list. | GET PATCH POST |
/analytics/collections/<collectionId>/items /wave/collections/<collectionId>/items |
| Collection Item Resource | Delete an Analytics resource item from a collection. | DELETE |
/analytics/collections/<collectionId>/items/<collectionItemId> /wave/collections/<collectionId>/items/<collectionItemId> |
| Collection Bulk Items Resource | Add items in bulk to the collection. | POST |
/analytics/collections/<collectionId>/bulk-items /wave/collections/<collectionId>/bulk-items |