获取当前登录用户的职业经历数据列表。
Request
HTTP request
GET https://www.featapi.com/api/user/career/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_career |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的User.Career职业经历数据列表在响应体信息。
200 Returns list of Career successfully
{
"data": [
{
"id": 63,
"user": 7815769374283,
"organization": "Feat",
"position": "python开发工程师",
"since": "2017-01-01",
"until": null,
"description": "无",
"achievement": "建设Feat网站",
"working_on": true,
"pic": null,
"status": 100
}
]
}