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
    • Trademark.wiki
  • open_trademark_detail

Last edited by lila Oct 21, 2019
Page history

open_trademark_detail

获取商标详情信息(新)


本接口用于获取商标详情信息

调用路径

http://api.shuidi.cn/open/trademark/detail

输入参数

参数名称 是否必填 说明
认证相关参数 是 见接口认证章节说明
key 是 商标主键

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

输出结果

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

输出样例

{
    "statusCode": 1,
    "statusMessage": "请求成功",
    "data": {
        "addressCn": "",
        "addressEn": "",
        "announcementIssue": null,
        "announcementDate": "",
        "applicant1": null,
        "applicant2": null,
        "color": null,
        "regIssue": null,
        "regDate": "",
        "houQiZhiDingDate": null,
        "guoJiZhuCeDate": null,
        "youXianQuanDate": null,
        "validPeriod": "-",
        "listGroupItems": [
            ""
        ],
        "id": "NNPLPSRUQPUSU",
        "regNo": "34346951",
        "intCls": 9,
        "name": "YOLO",
        "appDate": "2018/10/30",
        "applicantCn": "小米科技有限责任公司",
        "applicantEn": "",
        "agent": "",
        "status": "4",
        "hasImage": "true",
        "imageUrl": "http://api.shuidi.cn/open/trademark/download?key=14e9ff770b9b8360a4e1ca0008014f18.jpg",
        "flowStatus": "0",
        "flowStatusDesc": "",
        "flowItems": []
    }
}

输出结果字段含义

属性名 含义
addressCn 申请人地址中文
addressEn 申请人地址英文
announcementIssue 初审公告期号
announcementDate 初审公告日期
applicant1 共有申请人1
applicant2 共有申请人2
color 指定颜色
regIssue 注册公告期号
regDate 注册公告日期
houQiZhiDingDate 后期指定日期
guoJiZhuCeDate 国际注册日期
youXianQuanDate 优先权日期
validPeriod 有效期区间
listGroupItems 注册商标分组
id 内部ID
regNo 注册号
name 商标名
intCls 国际分类
applicantCn 申请人中文
applicantEn 申请人英文
agent 代理人名称
hasImage 是否有图片(true/false)
imageUrl 图片地址(多个中间用逗号隔开)
flowStatus 流程状态代码
flowStatusDesc 流程状态描述
appDate 申请日期
status 商标状态
flowItems.flowId 商标注册流程ID
flowItems.flowItem 商标注册流程步骤
flowItems.flowDate 商标注册流程步骤日期

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