[B074] 药物里程碑
获取药物里程碑,包括里程碑、事件、适应症、国家、机构等信息
请求参数
此 API 接口支持的参数列表
| 名称 | 类型 | 示例 | 描述 |
|---|---|---|---|
| integer<int64> | - | 偏移量,默认0 |
| integer<int64> | 10 | 返回条数,默认10。limit最大设置100 |
必填 | string | 69fdd1486c554a3d86a8c38c60bf6e3b | 药物ID |
| string | desc | 按事件时间排序,排序方式,支持:desc,asc |
| array | [
"773127276f7a4b229f3932d9487c57a9",
"273b0df9aad347fd8d36ebd8ae0c1cbd",
"8b32a9b6c03f4bafb8ee22dfcd589943"
] | 里程碑ID |
| array | [
"7b79728539354f189772a4eab9cc9fff",
"f835774c48404593b64ef05369eb8eba",
"78c45f1d523646808032edcff807ca59"
] | 事件ID |
| array | [
"7af6661c23e8485d9f1dad6a94914fe3"
] | 适应症ID |
| array | [
"0dc5d896-7408-3c87-84c0-22e3d9b784be"
] | 国家/区域 |
| array | [
"16e33268b7ffba870d1f7a78de820ed5"
] | 机构ID |
| integer<int64> | 20150101 | 事件开始时间 |
| integer<int64> | 20251231 | 事件结束时间 |
响应结构
API 响应数据的结构说明
| 字段名 | 类型 | 示例 | 描述 |
|---|---|---|---|
data | object | - | 响应数据 |
items | array | Please check the form: DrugMilestoneResponseDetail | 查询结果 |
date | string | 2025-09-09 | 日期 |
event | array | Please check the form: CommonEntity | 事件 |
id | string | 11acf267a4fc42f392751e023482aac3 | ID |
display_name | array | [
{
"lang": "EN",
"name": "CTNNB1 Mutation"
}
] | 名称,引用“CommonName” |
lang | string | EN | 语言 |
name | string | Ranibizumab (Genentech) | 药物、靶点、机构、适应症、国家/地区、字典、作用机制等 名称 |
country | array | Please check the form: CommonCountry | 国家/地区 |
country_id | string | 676de5ba-893a-36bb-8683-c93306aaf769 | 国家地区ID |
alpha2_code | string | US | 国家编码 |
display_name | array | [
{
"lang": "EN",
"name": "United States"
},
{
"lang": "CN",
"name": "美国"
}
] | 国家地区名称 |
disease | array | Please check the form: CommonDisease | 适应症 |
disease_id | string | 06a9082fe1ec4c97bea31d888b9cfdce | 适应症ID |
display_name | array | [
{
"lang": "EN",
"name": "Uveitic Macular Edema"
},
{
"lang": "CN",
"name": "葡萄膜炎黄斑水肿"
}
] | 适应症名称,引用“CommonName” |
description | array | Please check the form: CommonName | 描述 |
event_status | object | Please check the form: CommonEntity | 事件状态 |
organization | array | Please check the form: CommonOrganization | 机构 |
display_name | array | [
{
"lang": "EN",
"name": "Roche Holding AG"
},
{
"lang": "CN",
"name": "罗氏"
}
] | 机构名称,引用“CommonName” |
organization_id | string | 87bfaf037f8e60c9e25595cd98bb27e4 | 机构ID |
milestone_tag | array | Please check the form: CommonName | 里程碑标签 |
limit | integer<int64> | 10 | 返回条数 |
total | integer<int64> | 1 | 总量 |
offset | integer<int64> | - | 偏移量 |
status必填 | boolean | false | 状态 |
error_msg | string | The request parameter format is incorrect! | 错误信息 |
error_code必填 | integer | 0 | 错误代码 |
成功响应示例
成功调用 API 的响应示例
JSON
{
"data": {
"items": [
{
"date": "2025-09-09",
"event": [
{
"id": "11acf267a4fc42f392751e023482aac3",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
}
],
"country": [
{
"country_id": "676de5ba-893a-36bb-8683-c93306aaf769",
"alpha2_code": "US",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
}
],
"disease": [
{
"disease_id": "06a9082fe1ec4c97bea31d888b9cfdce",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
}
],
"description": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
],
"event_status": {
"id": "11acf267a4fc42f392751e023482aac3",
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
},
"organization": [
{
"display_name": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
],
"organization_id": "87bfaf037f8e60c9e25595cd98bb27e4"
}
],
"milestone_tag": [
{
"lang": "EN",
"name": "Ranibizumab (Genentech)"
}
]
}
],
"limit": 10,
"total": 1,
"offset": 0
},
"status": true,
"error_code": 0
}错误码
此接口可能返回的错误码列表
业务错误码
| 错误码 | 描述 |
|---|---|
68300004 | 请求参数异常! |
68300005 | 查询Api失败! |
68300006 | 解析基本存取错误! |
68300007 | 存在错误的请求! |
68300008 | 服务中断异常,请稍后再试! |
68300010 | 文件不符合上传规范! |
平台错误码
| 错误码 | 描述 |
|---|---|
67200000 | API整体限流错误! |
67200001 | API整体限流错误! |
67200002 | 当前调用速率过快,超过当前配置限制QPS! |
67200003 | 申请token的key和secret传参不正确或者客户端已被禁用! |
67200004 | 请求的接口无权限请联系我们的支持人员! |
67200005 | 账户余额/调用次数不足! |
67200006 | 客户端超过开通有效期! |
67200007 | 当前调用超过当天配置使用额度! |
67200008 | 请检查query参数中必填的apikey是否传输! |
67200009 | apikey与所传的bearerToken不匹配,请检查是否使用在有效期内的token! |
67200012 | 请求不合法! |
67200100 | 当前服务器状态正忙,请求响应超时! |
67200101 | 当前请求的Api不存在请检查请求Path! |
HTTP 状态码
| 状态码 | 描述 |
|---|---|
0 | 请求成功 |
201 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
性能指标
此接口的预期性能特征
正常响应时间
5000 ms
最大响应时间
10000 ms