Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • History.wiki
  • open_history_zhixing_search

Last edited by lila Oct 21, 2019
Page history

open_history_zhixing_search

历史被执行(新)


本接口用于查询历史被执行数据

调用路径

http://api.shuidi.cn/open/history/zhixing/search

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
key 是 查询公司名称/注册号/统一社会信用代码
pageIndex 否 页码,查询页码列表信息,默认第一页
pageSize 否 每页条数,默认10,最大不超过50

{% include '../common/authenticate.md' %}

输出结果

{% include '../common/output_format.md' %}

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": {
        "paging": {
            "pageSize": 10,
            "pageIndex": 1,
            "totalRecords": 2
        },
        "result": [
            {
                "execMoney": "154136",
                "caseCode": "(2018)沪0115执11257号",
                "execCourtname": "上海市浦东新区人民法院",
                "wsCode": "(2018)沪0115执11257号",
                "province": "上海",
                "caseCreatetime": "2018-06-05",
                "orgCode": "91110108599****05XW",
                "orgType": "2",
                "orgTypeName": "失信企业",
                "pname": "北京小桔科技有限公司"
            },
            {
                "execMoney": "278969",
                "caseCode": "(2017)京0108执967号",
                "execCourtname": "北京市海淀区人民法院",
                "wsCode": "(2017)京0108执967号",
                "province": "北京",
                "caseCreatetime": "2017-01-10",
                "orgCode": "59963405-X",
                "orgType": "2",
                "orgTypeName": "失信企业",
                "pname": "北京小桔科技有限公司"
            }
        ]
    }
}

输出结果字段含义

| paging.pageSize | 每页条数,默认10,最大不超过50 | | paging.pageIndex | 页码,查询页码列表信息,默认第一页 | | paging.totalRecords | 总记录数 | | result.execMoney | 执行标地 | | result.caseCode | 立案号 | | result.execCourtname | 执行法院 | | result.wsCode | 执行依据文书 | | result.province | 省份 | | result.caseCreatetime | 立案时间 | | result.orgCode | 身份证号码/组织机构代码 | | result.orgType | 组织类型 1自然人 2企业 3社会组织 空白:无法判定 | | result.orgTypeName | 组织类型名称 | | result.pname | 被执行人姓名/名称 |

{% include '../common/error_code.md'%}

Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages