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
    • Other.wiki
  • open_ws_findByPage

open_ws_findByPage · Changes

Page history
更新目录接口 authored Oct 21, 2019 by 李林坳's avatar 李林坳
Show whitespace changes
Inline Side-by-side
Showing with 0 additions and 0 deletions
+0 -0
  • other.wiki/open_ws_findByPage.md other.wiki/open_ws_findByPage.md +0 -0
  • No files found.
other.wiki/open_ws_findByPage.md 0 → 100644
View page @ 494a1669
## 裁判文书数据分页查询
----
本接口用于裁判文书数据分页查询
### 调用路径
> http://api.shuidi.cn/open/ws/findByPage
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
|pageSize | 否 | 每页返回最大记录数,默认20,最大100 |
|currentPage | 是 | 当前页数 |
{% include './common/authenticate.md' %}
### 输出结果
{% include './common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"total": 2539,
"totalPages": 127,
"currentPage": 3,
"datas": [
{
"wsId": "04e3822f-d490-426a-ab98-5f4e4cc52f5a",
"caseNo": "(2014)开民一初字第00007号",
"wsName": "原告张某某与被告杨某某、某交通公交有限公司(以下简称公交公司),被告中国人民财产保险股份有限公司某公司(以下简称某公司)机动车交通事故责任纠纷一案民事判决书",
"judgeDate": "2014-03-10",
"province": "辽宁省",
"court": "开原市人民法院",
"cause": "机动车交通事故责任纠纷",
"process": "一审",
"defendantName": [
"交通公交有限公司",
"中国人民财产保险股份有限公司"
],
"complainantName": null,
"detailUrl": "http://wenshu.court.gov.cn/content/content?DocID=04e3822f-d490-426a-ab98-5f4e4cc52f5a"
},
{
"wsId": "05d3cede-5481-4b72-9404-319ea43cfc7d",
"caseNo": "(2010)温瑞民初字第1165号",
"wsName": "代某某、代某某与被告孟某某、罗某某、赵某某、中国人民与孟某某、罗某某等机动车交通事故责任纠纷一审民事判决书",
"judgeDate": "2010-09-30",
"province": "浙江省",
"court": "瑞安市人民法院",
"cause": "机动车交通事故责任纠纷",
"process": "一审",
"defendantName": [
"中国人民财产保险股份有限公司"
],
"complainantName": null,
"detailUrl": "http://wenshu.court.gov.cn/content/content?DocID=05d3cede-5481-4b72-9404-319ea43cfc7d"
}
],
"pageSize": 20
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| wsId | 文书号 |
| caseNo | 案件号 |
| wsName | 文书名称 |
| judgeDate | 判决时间 |
| province | 省份 |
| court | 公告法院 |
| cause | 案由 |
| process | 进程 |
| defendantName | 被告 |
| complainantName | 原告 |
| detailUrl | 详细链接地址 |
{% 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