获取当前登录用户的Party会话区域的联系人列表。会话区域联系人列表包含好友用户、36小时以内有联系的陌生人用户、活跃群组。
Request
HTTP request
GET https://www.featapi.com/api/party/contact-list/inbox/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_contact |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的Party.ContactList会话区域联系人列表在响应体信息。
200 Returns inbox 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"
}
]
}