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 |
lastUpdate |
| Update date |
link |
| URL |
media |
| Covers list in format: |
tags |
| Tags list |
title |
| Title; max length: 1000 |
type |
|
|
user |
| |
user.$id |
| Raindrop owner |
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" |
html |
| When raindrop have This field send only for single |
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.