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
    • Patent.wiki
  • open_patent_multipleGet

open_patent_multipleGet · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 197 additions and 0 deletions
+197 -0
  • patent.wiki/open_patent_multipleGet.md patent.wiki/open_patent_multipleGet.md +197 -0
  • No files found.
patent.wiki/open_patent_multipleGet.md 0 → 100644
View page @ 34c365d3
## 公司专利多重查询列表(新)
----
本接口用于查询公司专利多重列表
### 调用路径
> http://api.shuidi.cn/open/patent/multipleGet
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司公司、注册号、统一社会信用代码 |
|kindCode | 否 | 专利类型 |
|ipc | 否 | 国际专利分类号 |
|legalStatus | 否 | 法律状态 |
|pubDateBegin | 否 | 发布开始时间(YYYYMMDD或YYYY-MM-DD或YYYY/MM/DD) |
|pubDateEnd | 否 | 发布结束时间(YYYYMMDD或YYYY-MM-DD或YYYY/MM/DD) |
|appDateBegin | 否 | 申请开始时间(YYYYMMDD或YYYY-MM-DD或YYYY/MM/DD) |
|appDateEnd | 否 | 申请结束时间(YYYYMMDD或YYYY-MM-DD或YYYY/MM/DD) |
|pageIndex | 否 | 页码,查询页码列表信息,默认第一页 |
|pageSize | 否 | 每页条数,默认10,最大不超过50 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"paging": {
"pageSize": 10,
"pageIndex": 1,
"totalRecords": 16
},
"result": [
{
"id": "b170a8b21a5ad9391a2b2f871e69e8ee",
"legalStatus": "24",
"kindCode": "B",
"iPCList": [
"H04"
],
"applicationNumber": "CN201510578846.8",
"applicationDate": 1441900800000,
"publicationNumber": "CN105163391B",
"publicationDate": 1542902400000,
"legalStatusDesc": "实质审查的生效",
"title": "数据传输方法、终端及无线访问接入点",
"agency": [
"北京三高永信知识产权代理有限责任公司"
],
"kindCodeDesc": "发明授权",
"iPCDesc": [
"电通信技术"
],
"inventorStringList": [
"刘山荣",
"吴鸣",
"纪传舜"
],
"assigneeStringList": [
"小米科技有限责任公司"
]
},
{
"id": "e380e4687e9372af81ba7f3b981e7b84",
"legalStatus": "24",
"kindCode": "B",
"iPCList": [
"H04"
],
"applicationNumber": "CN201510506064.3",
"applicationDate": 1439740800000,
"publicationNumber": "CN105207994B",
"publicationDate": 1542902400000,
"legalStatusDesc": "实质审查的生效",
"title": "账号绑定方法与装置",
"agency": [
"北京三高永信知识产权代理有限责任公司"
],
"kindCodeDesc": "发明授权",
"iPCDesc": [
"电通信技术"
],
"inventorStringList": [
"侯恩星",
"孟德国",
"黑丽军"
],
"assigneeStringList": [
"小米科技有限责任公司"
]
},
{
"id": "6a03367e918e846c92461719b4db674e",
"legalStatus": "24",
"kindCode": "B",
"iPCList": [
"H04"
],
"applicationNumber": "CN201510509361.3",
"applicationDate": 1439827200000,
"publicationNumber": "CN105207996B",
"publicationDate": 1542902400000,
"legalStatusDesc": "实质审查的生效",
"title": "账户合并方法及装置",
"agency": [
"北京三高永信知识产权代理有限责任公司"
],
"kindCodeDesc": "发明授权",
"iPCDesc": [
"电通信技术"
],
"inventorStringList": [
"张鹏飞",
"夏勇峰",
"苏峻",
"刘铁俊"
],
"assigneeStringList": [
"小米科技有限责任公司",
"北京智米科技有限公司"
]
}
],
"groupItems": [
{
"key": "publicationyear",
"items": [
{
"value": "2017",
"desc": "2017",
"count": 2
},
{
"value": "2018",
"desc": "2018",
"count": 14
}
]
},
{
"key": "ipclist",
"items": [
{
"value": "G06",
"desc": "计算;推算;计数",
"count": 2
},
{
"value": "H04",
"desc": "电通信技术",
"count": 16
}
]
}
]
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| paging.pageSize | 每页条数,默认10,最大不超过50 |
| paging.pageIndex | 页码,查询页码列表信息,默认第一页 |
| paging.totalRecords | 总记录数 |
| groupItems.key | 分类key |
| groupItems.items.value | 分类value |
| groupItems.items.desc | 描述 |
| groupItems.items.count | 总计数量 |
| result.id | 内部ID,详情时用 |
| result.legalStatus | 法律状态 |
| result.kindCode | 专利类型 |
| result.iPCList | 专利IPC |
| result.applicationNumber | 申请号 |
| result.applicationDate | 申请日期
| result.publicationNumber | 公开号 |
| result.publicationDate | 公开日期 |
| result.legalStatusDesc | 法律状态详情 |
| result.title | 标题 |
| result.agency List | 专利代理机构 |
| result.kindCodeDesc | 类型详情 |
| result.iPCDesc | IPC详情 |
| result.inventoStringList | 发布人 |
| result.assigneStringList | 申请人 |
{% 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