# 基金管理方-高管信息
# 接口地址
investment/get_investment_gp_executive_v2
# 接口参数
参数名 | 必选 | 说明 |
---|---|---|
gp_id | 是 | 私募基金管理方id |
# 返回实例
{
"code":1000,
"info":"Success",
"data":{
"gp_id":13,
"gp_name":"中信资本(天津)投资管理合伙企业(有限合伙)",
"executive":[
{
"name":"张懿宸",
"position":"执行事务合伙人(委派代表)",
"experience":[
{
"date_start":"2002-06",
"date_end":"",
"organization":"中信资本(天津)投资管理合伙企业(有限合伙)",
"position":"执行事务合伙人(委派代表)"
},
{
"date_start":"2002-06",
"date_end":"2020-03",
"organization":"中信资本控股有限公司",
"position":"董事长兼首席执行官"
},
{
"date_start":"2000-05",
"date_end":"2002-05",
"organization":"中信泰富集团、中信泰富信息科技有限公司",
"position":"常务董事、总裁"
},
...
]
},
...
]
}
}
# 字段说明
字段 | 说明 |
---|---|
gp_id | 私募基金管理人id |
gp_name | 私募基金管理人名称 |
executive/ | 高管信息 |
executive/name | 姓名 |
executive/position | 职位 |
executive/experience/ | 工作履历 |
executive/experience/date_start | 开始时间 |
executive/experience/date_end | 结束时间 |
executive/experience/organization | 单位名称 |
executive/experience/position | 职务 |