热门划线
get_best_highlightsFetch top 20 popular highlights for a book or chapter, sorted by count, with text and counts. Optionally specify chapter UID.
Instructions
获取书籍/章节的热门划线(/book/bestbookmarks),含划线原文 markText
和划线人数 items[].totalCount,按热度排序。
服务端固定返回前 20 条,不支持分页。
`items[].range` 可以传给 `get_highlight_reviews`,查看该条划线下面的想法。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | 书籍 ID | |
| synckey | No | 增量同步 key,默认 0 | |
| chapter_uid | No | 章节 UID,0 表示全书(默认);按章节查时来自 get_book_chapters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||