Career: getById

Career: getById

通过用户ID,获取指定用户的职业经历列表。

Request

HTTP request

GET https://www.featapi.com/api/user/career/{id}/

Parameters

Path parameters

Parameter nameValueDescription
idstring用户ID

Authorization

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

Scopes
user_career

For more information, see the authentication and authorization page.

Request body

无需提交请求体信息。

Response

如果请求成功,根据path参数指定的用户ID,该API返回指定用户的User.Career职业经历列表在响应体信息。

200 Returns list of Career successfully

{
  "data":[
      {
          "id":11,
          "user":9716362343737,
          "position":"版权经理",
          "since":"2016-05-31",
          "until":"2018-10-31",
          "organization":"华坞剧本网",
          "description":"",
          "achievement":"",
          "working_on":false,
          "pic":null,
          "can_comment":false
      }
  ]
}

404 Not found

示例返回数据可参考 API Common – Resource Not Found

发表评论

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

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

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

Captcha Code