返回当前登录用户的黑名单列表。黑名单列表包含当前用户在Party上拉黑的其他用户或群组。
Request
HTTP request
GET https://www.featapi.com/api/party/contact-list/black_list/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_contact |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的Party.ContactList黑名单列表在响应体信息。
200 Returns black list successfully
{
"data": [
{
"id": 7740,
"group": {
"id": 6999,
"name": "这是一个被拉黑的群组",
"creator": 9716362343737,
"creator_fullname": "潘 丽达",
"create_time": "2020-04-03T02:42:40.706327Z",
"status": 0,
"is_valid": true,
"bundle_id": null
},
"friend": null,
"friend_fullname": null,
"friend_first_name": null,
"friend_last_name": null,
"unread_count": 0,
"status": 600,
"contact_time": "2020-04-03T05:08:13.960422Z",
"expertise": null,
"timezone": null,
"timezone_utc_offset": null,
"location": null,
"avatar": null
}
]
}