## V2-企业人员董高监信息条目数(新) ---- 本接口用于查询企业人员董高监信息条目数 ### 调用路径 > http://api.shuidi.cn/open/employee/relation/count ### 输入参数 |参数名称 | 是否必填 | 说明 | | -------- | -------- | -------- | |认证相关参数 | 是| 见接口认证章节说明 | |companyName | 是 | 查询公司名称 | |name | 是 | 查询人名 | {% include '../common/authenticate.md' %} ### 输出结果 {% include '../common/output_format.md' %} #### 输出样例 ```json ``` #### 输出结果字段含义 | 属性名 | 含义 | | -------- | -------- | | companyLegalCount | 担任法人公司信息数目 | | foreignInvestmentCount | 对外投资信息数目 | | foreignOfficeCount | 在外任职信息数目 | {% include '../common/error_code.md'%}