Education: get

Education: get

获取当前登录用户的教育经历列表

Request

HTTP request

GET https://www.featapi.com/api/user/education/

Parameters

无需添加参数。

Authorization

该请求需要授权以下scopes访问权限:

Scopes
user_education

For more information, see the authentication and authorization page.

Request body

无需提交请求体信息。

Response

如果请求成功,该API返回当前登录用户的User.Education教育经历数据列表在响应体信息中。

200 Returns list of Education successfully

{
"data":[
  {
    "id":57,
    "user":9716362343737,
    "type":100,
    "organization":"南昌大学",
    "title":"汉语语言文学",
    "since":"2008-08-31",
    "until":"2012-06-30",
    "description":"",
    "city":null,
    "pic":null,
    "can_comment":false
  }
]
}

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code