Raindrops
We call bookmarks (or items) as "raindrops"
Main fields
Field | Type | Description |
_id |
| Unique identifier |
collection |
| |
collection.$id |
| Collection that the raindrop resides in |
cover |
| Raindrop cover URL |
created |
| Creation date |
domain |
| Hostname of a link.
Files always have |
excerpt |
| Description; max length: 10000 |
note |
| Note; max length: 10000 |
lastUpdate |
| Update date |
link |
| URL |
media |
| Covers list in format: |
tags |
| Tags list |
title |
| Title; max length: 1000 |
type |
|
|
user |
| |
user.$id |
| Raindrop owner |
Other fields
Field | Type | Description |
broken |
| Marked as broken (original |
cache |
| Permanent copy (cached version) details |
cache.status |
|
|
cache.size |
| Full size in bytes |
cache.created |
| Date when copy is successfully made |
creatorRef |
| Sometime raindrop may belong to other user, not to the one who created it. For example when this raindrop is created in shared collection by other user. This object contains info about original author. |
creatorRef._id |
| Original author (user ID) of a raindrop |
creatorRef.fullName |
| Original author name of a raindrop |
file |
| This raindrop uploaded from desktop |
file.name |
| File name |
file.size |
| File size in bytes |
file.type |
| Mime type |
important |
| Marked as "favorite" |
highlights |
| |
highlights[]._id |
| Unique id of highlight |
highlights[].text |
| Text of highlight (required) |
highlights[].color |
| Color of highlight.
Default |
highlights[].note |
| Optional note for highlight |
highlights[].created |
| Creation date of highlight |
reminder |
| Specify this object to attach reminder |
reminder.data |
| YYYY-MM-DDTHH:mm:ss.sssZ |
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.
Last updated