工具 API

user_notebooks

有笔记的书概览。分页只用 count+lastSort(上一页最后一条 sort),禁止 offset/limit,禁止包进 params。 单本笔记数=reviewCount+noteCount+bookmarkCount;noteCount 是划线数不是总数。 Notebook overview. Page with lastSort only. If the gateway returns upgrade_info, treat it as an error and follow upgrade_info.message.

lifestyleAPI Key1 积分

调用信息

工具标识
weread.user_notebooks
服务提供方
微信读书
平均响应
246 ms
近 7 天调用
4

输入参数

count

每页数量。官方未指定时不要传,让服务端用默认值。Page size; omit unless the user asked.

lastSort

翻页游标=上一页 books 最后一项的 sort。Cursor = last item sort.