Get Follow Group Docs
关注组
Get Follow Group Docs
Get Docs for a follow group
GET
Get Follow Group Docs
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
获取关注组文档
URL:/v1/following/groups/{group_id}/docs方法:
GET描述: 获取关注组的文档列表
请求参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| group_id | str | 关注组 ID |
查询参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| page_num | int | 页码,默认值为 1 |
| page_size | int | 每页条目数,默认值为 10,最大值为 100 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | list | 文档列表 |
| total_count | int | 总文档数量 |
| page_num | int | 当前页码 |
| page_size | int | 每页条目数 |
| 参数名 | 类型 | 描述 |
|---|---|---|
| id | str | 文档 ID |
| title | str | 文档标题 |
| url | str | 文档链接 |
| … | … | 其他文档字段 |
Authorizations
Enter your Bearer token
Path Parameters
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100