Group: Get

Group: Get

获取当前登录用户的群组列表。群组列表包含你创建和你加入的群组。

Request

HTTP request

GET https://www.featapi.com/api/party/group/

Parameters

无需添加参数。

Authorization

该请求需要授权以下scopes访问权限:

Scopes
party_group

For more information, see the authentication and authorization page.

Request body

无需提交请求体信息。

Response

如果请求成功,该API返回当前登录用户的Party.Group群组列表在响应体信息。

200 Returns list of Group successfully

{
  "data": [{
    "id": 7009, 
    "name": "更改了群组名称", 
    "creator": 7815769374283, 
    "creator_fullname": "WenWei Yang", 
    "create_time": "2020-06-10T10:26:16.405891Z", 
    "status": 0, 
    "is_valid": true, 
    "bundle_id": null
}]
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code