中智HR数字化分析平台
  1. 企业线
中智HR数字化分析平台
  • 登录
    • 登录接口
      GET
    • 获取验证码图片
      GET
  • 公司查询接口
    • 天眼查开放接口
      GET
    • 公司查询接口
      GET
    • 公司内部查询接口
      POST
  • 模板
    • 模板数据请求
      POST
    • 保存模板接口
      POST
  • 基础数据
    • 获取省份接口
      POST
    • 基础信息查询接口
      GET
    • 获取行业子类
      GET
    • 查询省下面的市
      POST
  • 任务
    • 企业线
      • 导出原始数据
        POST
      • 企业列表查询接口
        POST
      • 查询数据池数据
        POST
      • 保存数据池
        POST
      • 数据池管理查询接口
        POST
      • 加入客户数据(复制员工信息)
        POST
      • 查询报告制作数据池
        POST
      • 企业统计接口1
        GET
      • 企业统计接口
        GET
    • 获取处理人员清单
      GET
    • 获取临时任务信息
      GET
    • 删除暂存数据
      GET
    • 获取主任务信息
      GET
  • 过往合作
    • 过往合作客户视角查询
    • 查询过往合作数据
  • 其他
    • 附件上传接口
    • 暂存接口
    • 获取模板清单
    • ??模板接口??
    • 获取选中模板的内容
    • 获取模板指标接口
    • 人社数据导出接口
    • 根据学历查询人社数据
  • 上市公司
    • 模板管理
      • 删除查询模板数据
      • 删除指标模板数据
      • 删除统计模板数据
      • 获取查询模板
      • 获取指标模板
      • 获取统计模板
      • 保存查询模板接口
      • 保存统计模板接口
      • 更新统计模板接口
      • 保存指标模板接口
      • 分享模板接口
      • 获取分享模板
    • 基础数据
      • 获取下拉选项数据
      • 获取指标字段
      • 获取指标字段 (仅指标和口径)
      • 获取指标字段 (文本)
      • 根据指标名称模糊匹配数字类指标
    • 样本及标签
      • 删除样本
      • 清空用户样本
      • 保存企业样本信息
      • 保存全部企业样本信息
      • 根据用户获取样本数据
      • 全部标记标签
      • 查询标签企业
    • 标签
      • 更新标签类别
      • 保存企业标签
      • 删除企业标签
      • 新增标签类别
      • 删除标签类别
      • 添加标签
      • 修改标签
      • 删除标签
      • 获取标签类别
      • 获取标签
    • 企业样本筛选查询接口
    • 校验自定义指标接口
  • 人社线
    • 数据预览
      • 人社线-数据预览-企业列表接口
      • 人社线-数据预览-企业数据统计
      • 人社线-数据预览-职工数据统计
    • 数据剔除
      • 人社线-职位薪酬-学历
      • 人社线-职位薪酬-职业类别
      • 人社线-职位薪酬-岗位等级小类
      • 人社线-人工成本结构
      • 人社线-人工成本效能
      • 剔除人社数据
      • 获取剔除数据
      • 保存剔除数据
      • 取消剔除
    • 维度
      • 人社线维度模板导出
      • 人社线维度模板导入
      • 保存维度表头
      • 获取维度表头
      • 获取维度清单
    • 导出
      • 获取人工成本下拉
      • 获取职工下拉
      • 保存报表参数
      • 获取报表参数
      • 导出人工成本水平
      • 导出人工成本效益
      • 导出职工表
      • 保存维度参数
      • 获取维度参数
  1. 企业线

企业列表查询接口

开发中
POST
/enterprise/information/getEnterpriseInformationPage

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json
enterpriseNameList
string 
必需
enterpriseName
string 
必需
year
array[string]
必需
ciicIndustry
array[string]
必需
ciicIndustryDetail
array[string]
必需
gbIndustry
array[string]
必需
gbIndustryDetail
array[string]
必需
provinceName
array[string]
必需
cityName
array[string]
必需
natureEnterprise
array[string]
必需
dataSources
array[string]
必需
investmentCountry
array[string]
必需
cityName1
array[string]
必需
subTaskId
integer 
必需
page
integer 
必需
rows
integer 
必需
type
integer 
必需
示例
{
    "enterpriseNameList": "",
    "enterpriseName": "",
    "year": [],
    "ciicIndustry": [],
    "ciicIndustryDetail": [],
    "gbIndustry": [],
    "gbIndustryDetail": [],
    "provinceName": [],
    "cityName": [],
    "natureEnterprise": [],
    "dataSources": [],
    "investmentCountry": [],
    "cityName1": [],
    "subTaskId": 7551,
    "page": 1,
    "rows": 100,
    "type": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9999/api1/enterprise/information/getEnterpriseInformationPage' \
--header 'Content-Type: application/json' \
--data-raw '{
    "enterpriseNameList": "",
    "enterpriseName": "",
    "year": [],
    "ciicIndustry": [],
    "ciicIndustryDetail": [],
    "gbIndustry": [],
    "gbIndustryDetail": [],
    "provinceName": [],
    "cityName": [],
    "natureEnterprise": [],
    "dataSources": [],
    "investmentCountry": [],
    "cityName1": [],
    "subTaskId": 7551,
    "page": 1,
    "rows": 100,
    "type": 0
}'

返回响应

🟢200成功
application/json
Body
code
string 
必需
msg
string 
必需
data
object 
必需
total
integer 
必需
size
integer 
必需
current
integer 
必需
pages
integer 
必需
records
array [object {16}] 
必需
示例
{
    "code": "200",
    "msg": "success",
    "data": {
        "total": 200,
        "size": 100,
        "current": 1,
        "pages": 2,
        "records": [
            {
                "id": 203,
                "uuid": "8B81A8D1-C131-432F-8A97-EC4EFC9D2AF3",
                "companyCode": "code20191403217SC",
                "companyName": " 上海音智达信息技术有限公司",
                "year": "2020",
                "dataSource": "上市公司",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "交通运输行业",
                "industrySegmentation": "货代",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 11,
                "uuid": "4E5F4687-0502-4FE7-83AE-0C94D3005FE2",
                "companyCode": "code20201422420SC",
                "companyName": "name2111",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "嘉兴市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "其他行业",
                "industrySegmentation": "其他行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 12,
                "uuid": "73E7CB18-BB54-45FC-9513-B94CEA2041B4",
                "companyCode": "code20201422315SC",
                "companyName": "name2112",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "能源化工行业",
                "industrySegmentation": "精细化工",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 13,
                "uuid": "A992A089-38A8-4A07-BDB4-45A1C68AD914",
                "companyCode": "code20201422220SC",
                "companyName": "name2113",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖北省",
                "city": "武汉市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "建筑行业",
                "industrySegmentation": "建筑装饰",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 14,
                "uuid": "06B5BC8C-165D-454A-8982-108E6B0EC9BB",
                "companyCode": "code20201422112SC",
                "companyName": "name2114",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖北省",
                "city": "武汉市",
                "companyProperty": "合资企业",
                "investmentCountry": "其他国家/地区&中国大陆&",
                "industryCategories": "金融行业",
                "industrySegmentation": "保险",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 135,
                "uuid": "27E61F5F-0794-471F-9370-5CF6FCD5A7F1",
                "companyCode": "code20191410013SC",
                "companyName": "name2115",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "制造行业",
                "industrySegmentation": "",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 15,
                "uuid": "25142954-1578-4A4B-ABB7-6701088506FA",
                "companyCode": "code20201422020SC",
                "companyName": "name2115",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
修改于 2023-01-03 10:14:18
上一页
导出原始数据
下一页
查询数据池数据
Built with