Skip to main content
API version 2024.0 A collection of items, including files and folders. Currently, the only collection available is the favorites collection. The contents of a collection can be explored in a similar way to which the contents of a folder is explored.
id
string
example: 11446498The unique identifier for this collection.
type
string
example: collectionThe value will always be collection.Value is always collection
collection_type
string
example: favoritesThe type of the collection. This is used to determine the proper visual treatment for collections.Value is always favorites
name
string
example: FavoritesThe name of the collection.Value is always Favorites
{
  "id": "11446498",
  "type": "collection",
  "collection_type": "favorites",
  "name": "Favorites"
}