R

Readwise - Reader Document List

Specify options (in the format of query string) in parameter `routeParams` to filter documents. | Parameter | Description | Values | Default | | -------------- | -------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------- | | `location` | The document's location. | `new`/`later`/`shortlist`/`archive`/`feed` | | | `category` | The document's category. | `article`/`email`/`rss`/`highlight`/`note`/`pdf`/`epub`/`tweet`/`video` | | | `updatedAfter` | Fetch only documents updated after this date. | string (formatted as ISO 8601 date) | | | `tag` | The document's tag, can be specified once or multiple times. | | | | `tagStrategy` | If multiple tags are specified, should the documents match all of them or any of them. | `any`/`all` | `any` | Customise parameter values to fetch specific documents, for example: ``` https://rsshub.app/readwise/list/location=new&category=article ``` fetches articles in the Inbox. ``` https://rsshub.app/readwise/list/category=article&tag=shortlist&tag=AI&tagStrategy=all ``` fetches articles tagged both by `shortlist` and `AI`.

暂时不可用

此RSS源暂时不可用,请稍后再试。