User.Education Overview

User.Education Overview

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

资源表现形式

Education 是用户的教育经历数据。Education数据被用于展示在用户Profile页面给其他用户查看。

{
    "id": integer,
    "user": integer,
    "type": integer,
    "organization": string,
    "title": string,
    "since": string,
    "until": string,
    "description": string,
    "city": string,
    "pic": file,
    "status": integer,
    "can_comment": boolean
}
Property nameValueDescriptionNotes
idinteger教育经历 ID
userinteger用户 ID用户的唯一ID
typeenum这是教育类型。分别为高中、大学和培训机构Education.type
organizationstring教育经历所在的学校名纯文本
titlestring这是教育经历的专业名或培训主题。当教育类型为大学或培训机构时,该字段为必填,否则为null纯文本
citystring城市名。当教育类型为高中时,该字段为必填,否则为null纯文本
sincestring起始日期日期格式:YYYY-MM-DD
untilstring结束日期日期格式: YYYY-MM-DD。如果该职业经历为仍在任职,则改为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