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

alibaba.legal.standpoint.standpoint.query (查询具体口径)

查询具体口径

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
input_system_code String 可选 Vmock 系统标识
standpoint_id Number 可选 15234 口径id

响应参数

名称 类型 示例值 描述
error_msg String 错误信息 错误信息
error_code_res Number 500 错误码
success_res Boolean true 是否成功
content 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
  • 类型
  • 类型
  • └ file_id
  • Number
  • 0
  • id
  • └ scenes_name
  • String
  • 场景
  • 场景名称
  • └ referenced_count
  • Number
  • 0
  • 引用数量
  • └ id
  • Number
  • 0
  • 口径id
  • └ creater_worker_no
  • String
  • 0000
  • 创建人

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaLegalStandpointStandpointQueryRequest req = new AlibabaLegalStandpointStandpointQueryRequest();
req.setInputSystemCode("Vmock");
req.setStandpointId(15234L);
AlibabaLegalStandpointStandpointQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_legal_standpoint_standpoint_query_response>
    <error_msg>错误信息</error_msg>
    <error_code_res>500</error_code_res>
    <success_res>true</success_res>
    <content>
        <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>类型</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>0000</creater_worker_no>
    </content>
</alibaba_legal_standpoint_standpoint_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

返回
顶部