Skip to content

Commit

Permalink
Merge pull request #527 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Cursor & Last Page  Description for REST  API
  • Loading branch information
haoxiuwen authored Dec 4, 2023
2 parents 3b0cb08 + 5906ff6 commit ef6175c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/document/server-side/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3372,9 +3372,11 @@ GET https://{host}/{org_name}/{app_name}/threads/chatgroups/{group_id}/user/{use

##### 响应 body

如果返回的 HTTP 状态码为 `200`,表示请求成功,响应包体中包含以下字段:
如果返回的 HTTP 状态码为 `200`,表示请求成功,响应包体中包含以下字段。

若为最后一页数据,响应中仍会返回 `cursor`,而且获取的子区数量小于请求中的 `limit` 的值;若响应中不再返回子区数据,表示你已经获取该群组下的所有子区数据。

| 字段 | 描述 | 描述 |
| 字段 | 描述 | 描述 |
| :------------------ | :----- | :-------------------------------------- |
| `entities` | JSON Array | 响应数据。 |
| - `name` | String | 子区名称。 |
Expand Down

0 comments on commit ef6175c

Please sign in to comment.