获取当前登录用户的荣誉奖项数据列表。
Request
HTTP request
GET https://www.featapi.com/api/user/honors-awards/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_honors |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的User.Honors荣誉奖项列表在响应体信息中。
200 Returns list of Honors and Awards successfully
{
"data": [
{
"id": 14,
"user": 7710697714770,
"title": "广州市三好学生",
"organization": "广州市教育局",
"issued_at": "2018-12-01",
"pic": "/media/7710697714770/honor_awards/African_Daisy_OFZ1bSd.gif",
"status": 100
}
]
}