通过用户ID,获取指定用户的语言能力列表。
Request
HTTP request
GET https://www.featapi.com/api/user/user-language/{id}/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 用户ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_language |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,根据path参数指定的用户ID,该API返回指定用户的User.Language语言能力列表在响应体信息。
200 Returns list of User Language successfully
{
"data": [
{
"id": 177,
"user": 3517745432403,
"locale": "zh-CN",
"name": "中文(中国)",
"level": 200
}]
}
404 Not found
示例返回数据可参考 API Common – Resource Not Found