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
    • Copyright.wiki
  • open_softwareCopyRight_get

Last edited by lila Oct 21, 2019
Page history

open_softwareCopyRight_get

软件著作权多重查询(新)


本接口用于软件著作权多重查询

调用路径

http://api.shuidi.cn/open/softwareCopyRight/get

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
personName 否 软件著作权人(personName、fullName、shortName、registerNo之间至少输入一项)
fullName 否 软件全称(personName、fullName、shortName、registerNo之间至少输入一项)
shortName 否 软件简称(personName、fullName、shortName、registerNo之间至少输入一项)
registerNo 否 登记号(personName、fullName、shortName、registerNo之间至少输入一项)
pageIndex 否 页码,查询页码列表信息,默认第一页
pageSize 否 每页条数,默认10,最大不超过50

personName、fullName、shortName、registerNo之间至少输入一项

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

输出结果

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

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": {
        "paging": {
            "pageSize": 10,
            "pageIndex": 1,
            "totalRecords": 1
        },
        "result": [
            {
                "owner": "北京小米科技有限责任公司",
                "category": "30200-5800",
                "name": "小米仓储软件",
                "shortName": "小米仓储",
                "registerNo": "2012SR034666",
                "registerAperDate": "2012-05-03 00:00:00",
                "publishDate": "2011-10-20 00:00:00",
                "versionNo": "V1.0"
            }
        ]
    }
}

输出结果字段含义

属性名 含义
paging.pageSize 每页条数,默认10,最大不超过50
paging.pageIndex 页码,查询页码列表信息,默认第一页
paging.totalRecords 总记录数
result.owner 软件著作权人
result.category 分类号
result.name 软件全称
result.shortName 软件简称
result.registerNo 登记号
result.registerAperDate 登记批准日期
result.publishDate 发布日期
result.versionNo 版本号

{% 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