智慧法庭2.0
  1. 案件排期数据相关接口
智慧法庭2.0
  • 案件排期数据相关接口
    • 根据排期id获取案件排期信息
      POST
    • 案件信息变更通知
      GET
  • 语音识别相关接口
    • 热词
      • 添加语音识别热词
      • 删除案件热词
      • 获取热词(支持模糊查询)
    • mic设置
      • 获取mic信息
      • 修改mic信息
      • 推送mic修改配置 websocket
    • 语音识别、语音转写配置
      • 获取庭审语音识别配置
      • 修改庭审语音识别配置
      • 推送语音识别配置 websocket
    • 语音识别文本
      • 获取语音识别文本结果列表(支持分页、模糊查询)
      • 修改语音识别文本内容
      • 删除语音识别文本内容
      • 指定段落号,向后或者向前查询
      • 分页获取语音识别内容
      • websocket 后台主动推送语音识别结果
      • 庭前庭后获取语音识别内容
  • 笔录转写
    • 接收语音识别文本接口
      GET
  • 笔录相关接口
    • 当事人查看笔录权限
      • 当事人是否查看指定排期的庭审笔录的权限。
      • 更新当事人查看笔录权限
      • websocket 后台推送给客户端当事人查看笔录权限
    • 笔录跟随
      • 界面滚动通知
      • websocket 可视界面滚动通知
    • 笔录书签
      • 获取打点配置
      • 获取书签替换内容
      • 获取笔录庭审提纲列表
      • 接收排期庭审状态
      • 书签替换成功通知
    • 签名
      • 发起签名接口
    • 客户端
      • 获取笔录页面接口
      • 客户端通知web页面隐藏
    • 获取笔录信息
      POST
    • 获取笔录打印内容
      POST
    • 导出笔录接口
      POST
    • 上传笔录接口(通知后台获取最新的笔录)
      POST
    • websocket 通知页面隐藏模块接口
      GET
    • 上传笔录txt内容
      POST
    • 获取上传txt笔录间隔时间
      POST
    • 导入笔录接口
      POST
    • websocket 通知笔录刷新
      GET
    • 获取笔录相关配置(自动保存时间间隔)
      POST
    • websocket 通知登录
      GET
    • 添加打点信息
      POST
  • 笔录模版
    • 获取笔录模版地址
      POST
    • 添加、修改笔录模版地址
      POST
    • 删除笔录模版接口
      POST
  • 文档服务
    • 保存文档服务配置-法庭
    • 获取文档服务配置-法庭
    • 获取签名方式列表
  • 笔录历史记录
    • 获取笔录历史记录接口
    • 恢复历史版本笔录
  • 随心签
    • 根据排期id获取案件排期信息
    • 兼容登录接口
    • 获取随心签页面接口
  • 法庭配置
    • 客户端获取法庭配置
    • 后台保存法庭配置
  • 卷宗
    • 获取卷宗阅览页面
    • 后端-获取卷宗展示方式
    • 获取卷宗全流程管理页面
  • 系统管理
    • 用户管理
      • 上传签名图片
      • 分页获取用户数据
  • 应用配置
    • 短信策略配置
  • 签名
    • 发起签名
  • 服务器硬盘监控
    • 新增、修改服务器硬盘监控配置
    • 获取服务器硬盘监控配置
    • 删除服务硬盘监控配置
    • 获取服务器硬盘监控配置详情
    • 登录获取是否存在服务硬盘空间异常
  • 一张网对接
    • 校验当前IP是否合法
  • 流媒体配置
    • 更新流媒体配置
    • 新增流媒体配置
    • 获取流媒体版本
    • 获取流媒体版本列表
  • 客户端配置
    • 查询客户端播放器配置
  • Websocket长连接注册协议
    GET
  • 获取客户端key
    POST
  • 是否启用法庭客户端配置
    POST
  • 获取法庭客户端配置开关接口
    POST
  1. 案件排期数据相关接口

根据排期id获取案件排期信息

开发中
POST
/ecms/ecmsweb/baseInfo/getCaseTrailInfoByTrialId

请求参数

Body 参数application/json

示例
{
    "data": {
        "trialId": "0024B719_96F3_E1E0_9626_06908932CCBE"
    },
    "method": "getCaseTrailInfoByTrialId",
    "requestSource": "ecos"
}

示例代码

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://dev-cn.your-api-server.com/ecms/ecmsweb/baseInfo/getCaseTrailInfoByTrialId' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": {
        "trialId": "0024B719_96F3_E1E0_9626_06908932CCBE"
    },
    "method": "getCaseTrailInfoByTrialId",
    "requestSource": "ecos"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 200,
    "count": 0,
    "data": {
        "applyProgram": 2,
        "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
        "caseInfoInterfaceId": "9084402F773B9A131E6AC24534389701",
        "caseName": "-",
        "caseNumber": "(2024)京0106民初20240417015533号",
        "caseOfCauseList": [
            {
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseTypeId": "-1",
                "caseTypeName": "-",
                "causeCode": 9015,
                "causeName": "离婚纠纷",
                "createTime": "2024-04-17 01:55:33",
                "endCause": false,
                "entityId": "BA8E984D_3587_B28D_8D25_48E86D66C229",
                "sortOrder": -1,
                "timestamp": "2024-04-17 01:55:33",
                "validityFlag": true
            }
        ],
        "caseResource": "1",
        "caseTypeCode": 30100,
        "caseTypeName": "民事一审案件",
        "caseTypePronoun": "民初",
        "courtCode": 16,
        "courtName": "北京市丰台区人民法院",
        "courtPronoun": "京0106",
        "courtRoomId": "83FA8A32_3587_0FC5_36AE_33DE11A60C6B",
        "courtRoomName": "zhangxu",
        "courtTime": 1,
        "courtWay": 1,
        "createCaseDate": "2024-04-17",
        "cumulativeTotalTime": 0,
        "currentServerTime": "2024-04-17 01:55:40",
        "departmentId": "388073D4_99A8_DFF1_5207_A59B8BBB5F74",
        "departmentName": "默认部门",
        "factEndTime": "01:57:33",
        "factStartDate": "2024-04-17",
        "involvedPersonDtoList": [
            {
                "activeAbilityCode": null,
                "activeAbilityName": null,
                "age": null,
                "agentInfoList": [],
                "agentJurisdiction": null,
                "agentJurisdictionName": null,
                "agentKind": null,
                "agentKindName": null,
                "agentPersonTypeCode": null,
                "agentPersonTypeName": "-",
                "appointSignatory": null,
                "attendanceStatus": true,
                "belongAffiliate": null,
                "belongPartyId": "-",
                "belongPartyName": null,
                "birthDate": null,
                "businessLicenseNumber": null,
                "cadreLevelCode": null,
                "cadreLevelName": null,
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseStandingCode": 10,
                "caseStandingName": "原告",
                "certificateNumber": null,
                "certificateTypeCode": null,
                "certificateTypeName": null,
                "certificateTypeNumber": null,
                "commonAddress": null,
                "confirmAddress": null,
                "contactContent": null,
                "contactTypeCode": null,
                "contactTypeName": null,
                "countryAreaCode": null,
                "countryAreaName": null,
                "courtWorker": false,
                "createTime": "2024-04-17 01:55:33",
                "criminalAbilityCode": null,
                "criminalAbilityName": null,
                "defendInfoList": [],
                "defendKind": null,
                "defendKindName": null,
                "educationCode": null,
                "educationName": null,
                "email": null,
                "employmentStatusCode": null,
                "employmentStatusName": null,
                "examineStatus": 0,
                "familyPartCode": null,
                "familyPartName": null,
                "fax": null,
                "flowPerson": null,
                "householdRegisterPlace": null,
                "identificationInfoId": null,
                "identityNumber": null,
                "identityTypeCode": null,
                "identityTypeName": null,
                "involvedIdentificationInfo": null,
                "involvedMatchResults": null,
                "involvedPersonId": "FD7D28DF_DA36_A14E_FB56_CBA3E374A9DD",
                "involvedPersonName": "test1",
                "involvedPersonTypeCode": 1,
                "involvedPersonTypeName": "-",
                "job": null,
                "juridicalPersonUnit": null,
                "lawyerNumber": "-",
                "legalPersonRegisterNumber": null,
                "legalRepresenAddr": null,
                "legalRepresenDocumentNumber": null,
                "legalRepresenDocumentType": null,
                "legalRepresenDocumentTypeName": null,
                "legalRepresenPhone": null,
                "legalRepresentative": null,
                "maritalStatusCode": null,
                "maritalStatusName": null,
                "militaryRankCode": null,
                "militaryRankName": null,
                "nationCode": null,
                "nationName": null,
                "nowAddress": null,
                "organizationCode": null,
                "organizationId": null,
                "organizationLocation": null,
                "organizationName": "-",
                "otherContactInfo": null,
                "otherIdentityName": null,
                "otherIdentityNumber": null,
                "otherName": null,
                "pageSignatureCode": null,
                "pageSignatureName": null,
                "partyTypeCode": 1,
                "partyTypeName": "自然人",
                "personalInfoId": "FD7D28DF_DA36_A14E_FB56_CBA3E374A9DD",
                "personalInfoName": "test1",
                "phone": null,
                "politicalFaceCode": null,
                "politicalFaceName": null,
                "positionLevelCode": null,
                "positionLevelName": null,
                "registrationCountryCode": null,
                "registrationCountryName": null,
                "registrationPlace": null,
                "sexCode": null,
                "sexName": null,
                "sortOrder": 2900,
                "specialpersonCode": null,
                "specialpersonName": null,
                "thirdPartyType": null,
                "thirdPartyTypeName": null,
                "unitName": null,
                "unitStatusCode": null,
                "unitStatusDes": null,
                "unitTypeCode": null,
                "unitTypeName": null,
                "usedName": null
            },
            {
                "activeAbilityCode": null,
                "activeAbilityName": null,
                "age": null,
                "agentInfoList": [],
                "agentJurisdiction": null,
                "agentJurisdictionName": null,
                "agentKind": null,
                "agentKindName": null,
                "agentPersonTypeCode": null,
                "agentPersonTypeName": "-",
                "appointSignatory": null,
                "attendanceStatus": true,
                "belongAffiliate": null,
                "belongPartyId": "-",
                "belongPartyName": null,
                "birthDate": null,
                "businessLicenseNumber": null,
                "cadreLevelCode": null,
                "cadreLevelName": null,
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseStandingCode": 11,
                "caseStandingName": "被告",
                "certificateNumber": null,
                "certificateTypeCode": null,
                "certificateTypeName": null,
                "certificateTypeNumber": null,
                "commonAddress": null,
                "confirmAddress": null,
                "contactContent": null,
                "contactTypeCode": null,
                "contactTypeName": null,
                "countryAreaCode": null,
                "countryAreaName": null,
                "courtWorker": false,
                "createTime": "2024-04-17 01:55:33",
                "criminalAbilityCode": null,
                "criminalAbilityName": null,
                "defendInfoList": [],
                "defendKind": null,
                "defendKindName": null,
                "educationCode": null,
                "educationName": null,
                "email": null,
                "employmentStatusCode": null,
                "employmentStatusName": null,
                "examineStatus": 0,
                "familyPartCode": null,
                "familyPartName": null,
                "fax": null,
                "flowPerson": null,
                "householdRegisterPlace": null,
                "identificationInfoId": null,
                "identityNumber": null,
                "identityTypeCode": null,
                "identityTypeName": null,
                "involvedIdentificationInfo": null,
                "involvedMatchResults": null,
                "involvedPersonId": "1B67F033_C117_1F32_6933_95D9C9DD57A7",
                "involvedPersonName": "test2",
                "involvedPersonTypeCode": 1,
                "involvedPersonTypeName": "-",
                "job": null,
                "juridicalPersonUnit": null,
                "lawyerNumber": "-",
                "legalPersonRegisterNumber": null,
                "legalRepresenAddr": null,
                "legalRepresenDocumentNumber": null,
                "legalRepresenDocumentType": null,
                "legalRepresenDocumentTypeName": null,
                "legalRepresenPhone": null,
                "legalRepresentative": null,
                "maritalStatusCode": null,
                "maritalStatusName": null,
                "militaryRankCode": null,
                "militaryRankName": null,
                "nationCode": null,
                "nationName": null,
                "nowAddress": null,
                "organizationCode": null,
                "organizationId": null,
                "organizationLocation": null,
                "organizationName": "-",
                "otherContactInfo": null,
                "otherIdentityName": null,
                "otherIdentityNumber": null,
                "otherName": null,
                "pageSignatureCode": null,
                "pageSignatureName": null,
                "partyTypeCode": 1,
                "partyTypeName": "自然人",
                "personalInfoId": "1B67F033_C117_1F32_6933_95D9C9DD57A7",
                "personalInfoName": "test2",
                "phone": null,
                "politicalFaceCode": null,
                "politicalFaceName": null,
                "positionLevelCode": null,
                "positionLevelName": null,
                "registrationCountryCode": null,
                "registrationCountryName": null,
                "registrationPlace": null,
                "sexCode": null,
                "sexName": null,
                "sortOrder": 2901,
                "specialpersonCode": null,
                "specialpersonName": null,
                "thirdPartyType": null,
                "thirdPartyTypeName": null,
                "unitName": null,
                "unitStatusCode": null,
                "unitStatusDes": null,
                "unitTypeCode": null,
                "unitTypeName": null,
                "usedName": null
            }
        ],
        "lastStartDateTime": "0",
        "multiCaseTrialDto": [],
        "multipleCourtCause": "-",
        "noClerkTrial": false,
        "publicTrial": true,
        "remoteTrialInfo": null,
        "soleTrial": false,
        "startTrialDateTime": "2024-04-17 01:55:33",
        "trialFormCode": 1,
        "trialMemberList": [
            {
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseNumber": null,
                "createTime": "2024-04-17 01:55:33",
                "sortOrder": -1,
                "timestamp": "2024-04-17 01:55:33",
                "trialMemberId": "398ED8FE_DB96_E721_9E8B_0708F1E72FE1",
                "trialMemberName": "默认用户",
                "trialMemberTypeCode": 6,
                "trialMemberTypeName": "书记员",
                "trialPlanId": "130EBAE5_DC6E_0209_6338_F1BDC09CBDB7",
                "userId": "F72B84C2_B080_055A_5FC2_B84B9DEC30DA",
                "validityFlag": true
            },
            {
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseNumber": null,
                "createTime": "2024-04-17 01:55:33",
                "sortOrder": -1,
                "timestamp": "2024-04-17 01:55:33",
                "trialMemberId": "51C59BA2_CE35_A886_B0E3_C0A59117E94A",
                "trialMemberName": "默认用户",
                "trialMemberTypeCode": 1,
                "trialMemberTypeName": "审判长",
                "trialPlanId": "130EBAE5_DC6E_0209_6338_F1BDC09CBDB7",
                "userId": "F72B84C2_B080_055A_5FC2_B84B9DEC30DA",
                "validityFlag": true
            },
            {
                "caseInfoId": "9084402F_773B_9A13_1E6A_C24534389701",
                "caseNumber": null,
                "createTime": "2024-04-17 01:55:33",
                "sortOrder": -1,
                "timestamp": "2024-04-17 01:55:33",
                "trialMemberId": "DFA17B1B_A611_573B_C045_043A50939EA2",
                "trialMemberName": "默认用户",
                "trialMemberTypeCode": 2,
                "trialMemberTypeName": "审判员",
                "trialPlanId": "130EBAE5_DC6E_0209_6338_F1BDC09CBDB7",
                "userId": "F72B84C2_B080_055A_5FC2_B84B9DEC30DA",
                "validityFlag": true
            }
        ],
        "trialMode": 1,
        "trialPlanId": "130EBAE5_DC6E_0209_6338_F1BDC09CBDB7",
        "trialStatus": 1,
        "undertakerId": "F72B84C2_B080_055A_5FC2_B84B9DEC30DA",
        "undertakerName": "默认用户"
    },
    "lastPage": null,
    "message": "操作成功",
    "success": true
}
修改于 2024-04-18 01:58:58
下一页
案件信息变更通知
Built with