Filters
To help users easily find their content you can suggest context aware filters like we have in Raindrop.io app

Filters right above search field
Field | Type | Description |
broken | Object | |
broken.count | Integer | Broken links count |
duplicates | Object | |
duplicates.count | Integer | Duplicate links count |
important | Object | |
important.count | Integer | Count of raindrops that marked as "favorite" |
notag | Object | |
notag.count | Integer | Count of raindrops without any tag |
tags | Array<Object> | List of tags in format {"_id": "tag name", "count": 1} |
types | Array<Object> | List of types in format {"_id": "type", "count": 1} |
get
https://api.raindrop.io
/rest/v1/filters/{collectionId}
Get filters
Last modified 1mo ago