## 公司专利主键查询详情(新) ---- 本接口用于公司专利主键查询详情 ### 调用路径 > http://api.shuidi.cn/open/patent/detail/get ### 输入参数 |参数名称 | 是否必填 | 说明 | | -------- | -------- | -------- | |认证相关参数 | 是| 见接口认证章节说明 | |key | 是 | 专利信息主键 | {% include '../common/authenticate.md' %} ### 输出结果 {% include '../common/output_format.md' %} #### 输出样例 ```json { "statusCode": 1, "statusMessage": "请求成功", "data": { "documentTypes": "", "agent": "滕一斌", "legalStatusDate": "2018-11-23 00:00:00", "primaryExaminer": "", "assiantExaminer": "", "cites": "", "otherReferences": "", "patentImage": "http://api.shuidi.cn/open/patent/download?key=7f8aaac21abdd5679d98d824db2dcc7b.png", "iPCList": [ "H04" ], "applicationNumber": "CN201510578846.8", "applicationDate": 1441900800000, "publicationNumber": "CN105163391B", "publicationDate": 1542902400000, "legalStatusDesc": "授权", "title": "数据传输方法、终端及无线访问接入点", "abstractDesc": "本公开关于一种数据传输方法、终端及AP,属于无线通信技术领域。包括:检测终端自身在向AP传输数据时的误码率;将误码率发送至AP;接收AP发送的优先级调整指令;将随机等待时间调整为指定时长;如果从检测到传输资源处于非空闲状态开始,等待DIFS及指定时长后,检测到传输资源处于空闲状态,则向AP传输数据。当AP确定终端向AP传输数据时的误码率不小于预设阈值时,控制终端将随机等待时间调整为指定时长,以提高终端在向AP传输数据时的优先级。由于误码率不小于预设阈值的终端为信号比较弱的终端,因此,通过提高其在向AP传输数据时的优先级,可以确保信号比较弱的终端能够优先向AP传输数据,从而使信号弱的终端能够获得AP提供的一定速度的服务。", "agency": [ "北京三高永信知识产权代理有限责任公司" ], "kindCodeDesc": "发明授权", "iPCDesc": [ "电通信技术" ], "inventorStringList": [ "刘山荣;吴鸣;纪传舜" ], "assigneeStringList": [ "小米科技有限责任公司" ], "patentLegalHistoryList": [ { "desc": "公开", "legalStatus": "1", "legalStatusDate": "2015-12-16" }, { "desc": "实质审查的生效", "legalStatus": "24", "legalStatusDate": "2016-01-13" }, { "desc": "授权", "legalStatus": "22", "legalStatusDate": "2018-11-23" } ] } } ``` #### 输出结果字段含义 | 属性名 | 含义 | | -------- | -------- | | documentTypes | 文档类型 | | agent | 代理人 | | legalStatusDate | 法律状态日期 | | primaryExaminer | 审查官 | | assiantExaminer | 助理审查官 | | cites | 引用 | | otherReferences | 其他参考文献 | | patentImage | 专利图片 | | iPCList | 国际专利分类号(IPC) | | applicationNumber | 申请号 | | applicationDate | 申请日 | | publicationNumber | 公开(公告)号 | | publicationDate | 公开(公告)日 | | legalStatusDesc | 法律状态详情 | | title | 标题 | | abstractDesc | 摘要介绍 | | agency | 专利代理机构 | | kindCodeDesc | 类型名称 | | iPCDesc | 国际专利分类详情 | | inventorStringList | 发明人 | | assigneeStringList | 申请人 | | patentLegalHistoryList.desc | 描述 | | patentLegalHistoryList.legalStatus | 法律状态 | | patentLegalHistoryList.legalStatusDate | 状态日期 | {% include '../common/error_code.md'%}