# 创投人物详情
# 接口地址:
- /person/get_person_info
# 接口参数:
| 参数名 | 必选 | 说明 |
|---|---|---|
| per_id | 是 | 创投人物id |
# 返回实例
{
"code": 1000,
"info": "Success",
"data": {
"per_id": "40657",
"per_name": "徐小平",
"per_logo": "http://cdn.itjuzi.com/images/a58f0f34f7d0c09b98208cb0bb3fe3c2.png",
"per_des": "新东方联合创始人,随着2006年新东方成功上市,徐小平老师开始转向资助青年人创业,并荣获"2010年度最受尊敬天使"\"2011中国年度天使投资人\"等称号。在2011年11月,真格基金与红杉资本中国基金正式成为战略合作伙伴,步入全新的ZhenFund 2.0时代,旨在鼓励青年人创业创新。投资领域主要涉及电子商务、移动互联网、教育培训、娱乐媒体等广泛领域。",
"per_type_name": "天使投资人,机构投资人",
"per_entrepreneurship": [],
"per_institution": [
{
"invst_id": "4",
"invst_name": "真格基金",
"des": "创始合伙人",
"invsp_role_status": "在职"
}
],
"per_job": [
{
"per_ever_job_id": "99",
"per_ever_job_name": "新东方"
}
],
"per_education": [
{
"per_education_id": "104",
"per_education_name": "中央音乐学院"
},
{
"per_education_id": "105",
"per_education_name": "加拿大萨斯卡彻温大学"
}
],
"invst_state_name": "种子天使轮,Pre-A轮,A轮",
"invst_scope_name": "互联网,移动互联网,教育,文化娱乐,电子商务"
}
"per_portfolios": [
{
"invse_id": "9256124",
"com_id": "32578733",
"com_name": "Hydro",
"com_logo_archive": "http://cdn.itjuzi.com/images/61b61e339cc7aef25b44f65d843df790.png",
"date": "2018-01-19",
"detail_money": "未透露",
"currency_name": "人民币",
"round_name": "A轮",
"com_scope_name": "金融",
"sub_scope_name": "虚拟货币"
}
//省略...
],
"quitevent": [
{
"quit_id": "591",
"com_id": "32325337",
"quit_mode_id": "5",
"quit_mode_name": "股份转让",
"quit_amount": "0",
"quit_similar_id": "1",
"invse_similar_money_name": "数十万",
"quit_currency_id": "1",
"invse_currency_name": "人民币",
"quit_time": "2012-01-19 00:00:00"
}
],
"quitevent_count": 1,
"create_time": "1970-01-01 08:00:00",
"update_time": "2017-11-23 14:32:49"
}
# 字段说明
| 字段 | 说明 |
|---|---|
| per_id | 人物id |
| per_name | 人物名称 |
| per_logo | 人物头像 |
| per_type_name | 人物属性 |
| per_entrepreneurship | person的创业经历 |
| per_entrepreneurship/com_id | 创业的公司id |
| per_entrepreneurship/com_name | 创业的公司名 |
| per_entrepreneurship/des | person的职位 |
| per_institution | person所在机构 |
| per_institution/invst_name | 机构id |
| per_institution/invst_name | 机构的名称 |
| per_institution/des | 所在机构的职位 |
| per_institution/invsp_role_status | person的在职情况 |
| per_job | 人物的工作经历 |
| per_job/per_ever_job_id | 工作id |
| per_job/per_ever_job_name | 工作名称 |
| per_education | 人物的教育经历 |
| per_education/per_education_id | 所就读学院id |
| per_education/per_education_name | 所就读学院 |
| invst_state_name | person的投资阶段 |
| invst_scope_name | person的投资领域 |
| per_portfolios | 投资案例 |
| per_portfolios/invse_id | 事件id |
| per_portfolios/com_id | 公司id |
| per_portfolios/com_name | 公司名称 |
| per_portfolios/com_logo_archive | 公司logo |
| per_portfolios/date | 获投事件 |
| per_portfolios/detail_money | 金额,如果有详细金额去详细金额,没有取模糊金额 |
| per_portfolios/currency_name | 币种 |
| per_portfolios/round_name | 轮次名称 |
| per_portfolios/com_scope_name | 主行业 |
| per_portfolios/sub_scope_name | 子行业 |
| quitevent | 退出事件 |
| quitevent/quit_id | 退出事件id |
| quitevent/com_id | 被退出公司名称 |
| quitevent/quit_mode_id | 退出方式id |
| quitevent/quit_mode_name | 退出方式名称 |
| quitevent/quit_amount | 回报金额 |
| quitevent/quit_similar_id | 模糊金额id |
| quitevent/invse_similar_money_name | 模糊金额名称 |
| quitevent/quit_currency_id | 币种id |
| quitevent/invse_currency_name | 币种名称 |
| quitevent/quit_time | 退出时间 |
| quitevent_count | 退出事件总数 |
| create_time | 录入时间 |
| update_time | 修改时间 |