文档中心 > API类目 > 司法开放平台

alibaba.legal.standpoint.derivestandpoint.query (查询衍生口径)

查询衍生口径

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
input_system_code String 可选 Vmock 系统标识
standpoint_id Number 可选 0 口径id
operate_work_no String 可选 000000 操作人
busi_id String 可选 0 业务id
page_num Number 可选 1 当前页
page_size Number 可选 10 页大小

响应参数

名称 类型 示例值 描述
error_msg String 500 错误描述
success_res Boolean true 成功
error_code_res Number 500 错误码
content Page 衍生口径
  • data
  • StandpointOutPutDto []
  • 衍生口径
  • └ scenes_struct
  • String
  • 场景结构
  • 场景结构
  • └ table_str
  • String []
  • 表格
  • └ scenes_id
  • Number
  • 0
  • 场景id
  • └ is_collection
  • Boolean
  • false
  • 收藏
  • └ derive_count
  • Number
  • 0
  • 衍生数量
  • └ label
  • String
  • 标签
  • 标签
  • └ gmt_create
  • String
  • 2023-05-23 14:02:21
  • 创建时间
  • └ table_schema
  • String
  • 表格
  • 表格
  • └ defense_caliber
  • String
  • 口径
  • 口径
  • └ standpoint_desc
  • String
  • 口径描述
  • 口径描述
  • └ standpoint_labels
  • String []
  • 标签
  • options
  • Options []
  • 拓展字段
  • └ code
  • String
  • 标识
  • 标识
  • └ title
  • String
  • 标题
  • 标题
  • └ type
  • String
  • String
  • 类型
  • └ value
  • String
  • file_values
  • FileValues []
  • 文件
  • └ file_name
  • String
  • 文件名称
  • 文件名称
  • └ preview_url
  • String
  • 预览地址
  • 预览地址
  • └ download_url
  • String
  • 下载地址
  • 下载地址
  • └ file_type
  • String
  • pdf
  • 文件类型
  • └ file_id
  • Number
  • 0
  • 文件id
  • └ scenes_name
  • String
  • 场景名称
  • 场景名称
  • └ referenced_count
  • Number
  • 0
  • 引用数量
  • └ id
  • Number
  • 0
  • id
  • └ creater_worker_no
  • String
  • 000000
  • 创建人
  • └ current_page
  • Number
  • 0
  • 当前页
  • └ total_count
  • Number
  • 0
  • 总数

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaLegalStandpointDerivestandpointQueryRequest req = new AlibabaLegalStandpointDerivestandpointQueryRequest();
req.setInputSystemCode("Vmock");
req.setStandpointId(0L);
req.setOperateWorkNo("000000");
req.setBusiId("0");
req.setPageNum(1L);
req.setPageSize(10L);
AlibabaLegalStandpointDerivestandpointQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_legal_standpoint_derivestandpoint_query_response>
    <error_msg>500</error_msg>
    <success_res>true</success_res>
    <error_code_res>500</error_code_res>
    <content>
        <data>
            <standpoint_out_put_dto>
                <scenes_struct>场景结构</scenes_struct>
                <scenes_id>0</scenes_id>
                <is_collection>false</is_collection>
                <derive_count>0</derive_count>
                <label>标签</label>
                <gmt_create>2023-05-23 14:02:21</gmt_create>
                <table_schema>表格</table_schema>
                <defense_caliber>口径</defense_caliber>
                <standpoint_desc>口径描述</standpoint_desc>
                <options>
                    <options>
                        <code>标识</code>
                        <title>标题</title>
                        <type>String</type>
                        <value>值</value>
                        <file_values>
                            <file_values>
                                <file_name>文件名称</file_name>
                                <preview_url>预览地址</preview_url>
                                <download_url>下载地址</download_url>
                                <file_type>pdf</file_type>
                                <file_id>0</file_id>
                            </file_values>
                        </file_values>
                    </options>
                </options>
                <scenes_name>场景名称</scenes_name>
                <referenced_count>0</referenced_count>
                <id>0</id>
                <creater_worker_no>000000</creater_worker_no>
            </standpoint_out_put_dto>
        </data>
        <current_page>0</current_page>
        <total_count>0</total_count>
    </content>
</alibaba_legal_standpoint_derivestandpoint_query_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部