listMyNews
列出我的资讯条目
绑定到持有者的来源下的条目,含 pending。keyset 分页。需要用户访问令牌。
/v2/me/newsAuthorization: Bearer <用户访问令牌>(用户授权后的访问令牌,不是 API 密钥)参数
| 参数 | 类型 | 位置 | 说明 |
|---|---|---|---|
cursor | string | query | 来自先前 next_cursor 的不透明 keyset cursor。必须以 cur_ 开头。 |
limit | string | query | 页大小 1-100,缺省 20。超过 100 为 400 LIMIT_TOO_LARGE,不钳制。 |
view | string | query | basic(默认)或 full。封闭词表。 |
include | string | query | 逗号分隔的块。未知 token 返回 400 UNKNOWN_INCLUDE。 |
fields | string | query | view/include 之后逗号分隔的顶层键。未知 token 返回 400 UNKNOWN_FIELD。object 与 id 始终保留。 |
ids | string | query | 逗号分隔的 id,最多 100 个。批量车道:无分页。 |
refs | string | query | 逗号分隔的 source:external_id,最多 100 个。批量车道:无分页。 |
include_total | string | query | true 则包含 total。仅 true 或 false。 |
facets | string | query | 逗号分隔的 facet 名称。未知 token 返回 400 UNKNOWN_FACET。 |
sort | string | query | 各集合封闭的排序键。 |
nsfw | string | query | true 包含 r18。false 或缺省则隐藏 r18。仅 true 或 false。 |
响应
facetsmap<string, object[]>具名 facet 桶。仅在请求 facets= 时出现。
«key»object[]可空
itemsobject[]必填本页成员。空数组,从不为 null。
banner_hashstring必填横幅的图床内容哈希。没有时为空字符串。
idstring必填资讯条目 id。与 /v2/news 同一 id 空间。
lanestring必填该条目属于来源的两个分区中的哪一个。
枚举newscolumnobjectstring必填类型判别字段。恒为 news_submission。
枚举news_submissionpublished_atstringdate-time 必填RFC 3339 UTC。
sourceobject必填source_urlstringuri 必填指向原始条目的规范链接。
statusstring必填审核生命周期状态。POST 总是落到 pending。
枚举pendingpublishedrejectedwithdrawnsummarystring必填导语,最多 200 个 rune。不得用作判别条件。
titlestring必填不得用作判别条件。
work_idsstring[]必填手工关联的作品 id。空数组,从不为 null。
missingstring[]已请求但不可见的 ids。仅出现在 ids=/refs= 批量车道。
next_cursorstring不透明 keyset cursor。末页省略。
objectstring必填类型判别字段。恒为 list。
枚举listtotalintegerint64仅当 include_total=true 时出现。与 items 同一可见性闸。
请求示例
curl "https://api.nextmoe.dev/v2/me/news" \
-H "Authorization: Bearer <ACCESS_TOKEN>"