Newer Version Available

This content describes an older version of this product. View Latest

Collections List Resource

Returns a list of collections or creates a collection. Each collection contains Tableau CRM resource items.
Resource URL
1/wave/collections
Formats
JSON
Available Version
52.0
HTTP Methods
GET POST
GET Request Parameters
Parameter Name Type Description Required or Optional Available Version
editable​Only Boolean Filters the results for only collections the current user has edit access to. Optional 52.0
include​Items Boolean Indicates whether the collection items are returned in the response (true) or not (false). Optional 52.0
limit Integer The limit of collections to return. Optional 52.0
offset Integer Indicates the starting index for list of collections returned. The default value is 0. Optional 52.0
page​Token String The token to use for next page. Optional 52.0
pinned​Only Boolean Filters the results for pinned collections only. Optional 52.0
type Collection​Type​Enum Filters the results by collection type. Valid values are: Static. The default is to return all types of collections. Optional 52.0
GET Response Body (WaveCollectionListRepresentation)
Property Name Type Description Filter Group and Version Available Version
collections Wave​Collection​Representation[] A collection of Tableau CRM resources. Small, 52.0 52.0
next​Page​Token String The next page token if there are more records in the collection. Small, 52.0 52.0
total​Count Integer The total count of collections. Small, 52.0 52.0
POST Request Body (WaveCollectionInputRepresentation)
Parameter Name Type Description Required or Optional Available Version
color String The configured color for the collection, represented as a hexadecimal value. Optional 52.0
description String The description for the collection. Optional 52.0
label String The label of the collection. Required 52.0
pins Wave​Collection​Pin​Input​Representation[] The list of pinning rules for the collection. Optional 52.0
shares Wave​Folder​Share​Input​Representation[] The list of sharing rules for the collection. Optional 52.0
collection​Type Collection​Type​Enum The collection type. Valid values are: Static Required 52.0
POST Response Body (WaveCollectionRepresentation)
Parameter Name Type Description Filter Group and Version Available Version
collection​Type Collection​Type​Enum The collection type. Valid values are: Static Small, v52.0 52.0
color String The configured color for the collection, represented as a hexadecimal value. Supplemental, v52.0 52.0
is​Pinned Boolean Indicates whether this collection is pinned for the current user (true) or not (false). Small, v52.0 52.0
item​List Wave​Collection​Item​List​Representation[] The list of items in the collection. Small, 52.0 52.0
items​Url Boolean The URL to get the items in the collection. Small, v52.0 52.0
WaveCollectionPinInputRepresentation
Parameter Name Type Description Required or Optional Available Version
pinned​For ID The id of a group, a role, or a user the pinning rule is defined for. Required 52.0
pinned​For​Type Connect​Wave​Share​Type​Enum The share type. Valid values are:
  • All​Csp​Users
  • All​Prm​Users
  • Customer​Portal​User
  • Group
  • Organization
  • Partner​User
  • PortalRole
  • Portal​Role​And​Subordinates
  • Role
  • Role​And​Subordinates
  • User
Required 52.0
type Collection​Pin​Type​Enum The type of pinning. Valid values are:
  • All
  • Desktop
  • Mobile
Optional 52.0
WaveCollectionItemListRepresentation
Parameter Name Type Description Filter Group and Version Available Version
collection​Items Wave​Collection​Item​Representation[] The list of collection items. Small, 52.0 52.0
next​Page​Token String The token for the next page if there are more items. Small, v52.0 52.0
total​Count Integer The total count of collection items. Small, v52.0 52.0
WaveCollectionItemRepresentation
Parameter Name Type Description Filter Group and Version Available Version
asset​Type Collection​Item​Asset​Type​Enum The collection item asset type. Valid values are:
  • Dashboard
  • Lens
Small, 52.0 52.0
collection​Item​Id String The id of the association between the collection and asset item. Small, v52.0 52.0
files Lens​File​Representation[] The list of files used to create the asset item. Small, v52.0 52.0
folder Asset​Reference​Representation The folder metadata for the asset item. Small, v52.0 52.0
visibility Connect​Wave​Asset​Visibility​Type Indicates whether the asset is hidden from users with view access or not. Valid values are:
  • All (Show all assets)
  • Limited (Hide assets from viewers with view access)
Small, v52.0 52.0