Collections
Fields
Field | Type | Description |
_id |
| The id of the collection. |
access |
| |
access.level |
|
|
access.draggable |
| Does it possible to change parent of this collection? |
collaborators |
| When this object is present, means that collections is shared. Content of this object is private and not very useful. All sharing API methods described here |
color |
| Primary color of collection cover as |
count |
| Count of raindrops in collection |
cover |
| Collection cover URL. This array always have one item due to legacy reasons |
created |
| When collection is created |
expanded |
| Whether the collection’s sub-collections are expanded |
lastUpdate |
| When collection is updated |
parent |
| |
parent.$id |
| The id of the parent collection. Not specified for root collections |
public |
| Collection and raindrops that it contains will be accessible without authentication by public link |
sort |
| The order of collection (descending). Defines the position of the collection among all the collections with the same |
title |
| Name of the collection |
user |
| |
user.$id |
| Owner ID |
view |
| View style of collection, can be:
|
Our API response could contain other fields, not described above. It's unsafe to use them in your integration! They could be removed or renamed at any time.
System collections
Every user have several system non-removable collections. They are not contained in any API responses.
_id | Description |
-1 | "Unsorted" collection |
-99 | "Trash" collection |
Last updated