获取归档区域的联系人列表。归档联系人列表包含所有曾经聊天的用户(不管是否有互相添加好友)、活跃群组、解散群组。
Request
HTTP request
GET https://www.featapi.com/api/party/contact-list/archive/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_contact |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的Party.ContactList归档区域联系人列表在响应体信息。
200 Returns archived contact list successfully
{
"data": [
{
"id": 249,
"group": null,
"friend": 5315959601855,
"friend_fullname": "Garfield MJ",
"friend_first_name": "Garfield",
"friend_last_name": "MJ",
"unread_count": 0,
"status": 300,
"contact_time": "2020-04-03T01:25:00.856867Z",
"expertise": "游泳",
"timezone": null,
"timezone_utc_offset": null,
"location": "CHN•Frankfurt am Main",
"avatar": "/media/5315959601855/avatar/blob"
}
]
}