User.Career Overview

User.Career Overview

有关此资源的方法列表,请参阅本页结尾。

资源表现形式

Career 是用户的职业经历数据。Career数据被用于展示在用户Profile页面给其他用户查看。

{
    "id": integer,
    "user": integer,
    "position": string,
    "since": string,
    "until": string,
    "organization": string,
    "description": string,
    "achievement": string,
    "working_on": boolean,
    "pic": file,
    "status": integer,
    "can_comment": boolean
}
Property nameValueDescriptionNotes
idinteger职业经历 ID
userinteger用户 ID用户的唯一ID
organizationstring职业经历所在的公司名
positionstring职位名
sincestring起始日期日期: YYYY-MM-DD
untilstring结束日期日期格式: YYYY-MM-DD。如果该职业经历为仍在任职,则改为null
descriptionstring职业经历描述纯文本
achievementstring职业经历成就纯文本
working_onboolean表示该职业经历是否仍在任职如果为true,until字段为null
picfile职业经历的相关图片仅允许图片文件
statusinteger职业经历的状态。0为草稿,100为正常只有职业经历的拥有者可以获取这个值。状态为0时,其他用户无法查看该字段。
can_commentboolean该职业经历是否可被当前用户评论只有职业经历被其他用户查看时,该字段才会出现。

Methods

create

创建一个职业经历

get

获取职业经历列表

getById

指定用户ID获取该用户的职业经历列表

update

更改指定数据ID的职业经历

delete

删除指定数据ID的职业经历

发表评论

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

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

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

Captcha Code