文档
测试

检索结果页-文献类型聚合

POST
/show/search/aggregateTypeInfo

接口描述

检索结果页-文献类型聚合

请求参数

参数名
类型
描述
必填
info
string
检索框输入内容
必填
keyword
array
检索对象数组
必填
operate
string
and/or/not,不传该值时为默认为and
必填
key
string
检索的关键词
必填
item
string
检索项,具体值如展开项
必填
title
string
标题
必填
abstract
string
摘要
必填
author
string
作者
必填
journal
string
期刊
必填
keyword
string
关键词
必填
mesh
string
主题词
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果代码,1001研值不足,1002研值不足且非会员,1003研值不足且非专业翻译高级用户,1013研值充足但非专业翻译高级用户,1004研值不足且非专业药学库高级用户,1005研值不足且非专业绘图高级用户,2001非会员,3001非专业翻译高级用户,3002非专业药学库高级用户,3003非专业绘图高级用户,200请求成功,300登录失败,301用户封禁,302用户封禁,500请求失败
必填
msg
string
描述
必填
data
array
返回对象数组
必填
type_name
string
类型名称
必填
type_id
int
类型ID
必填
count
int
相关数量
必填

说明 / 示例

{ "code": 200, "msg": "ok!", "data": [ { "type_name": "Journal Article", "type_id": 39, "count": 34660 }, { "type_name": "Research Support, Non-U.S. Gov't", "type_id": 62, "count": 15770 }, { "type_name": "Review", "type_id": 68, "count": 6760 }, { "type_name": "Research Support, N.I.H., Extramural", "type_id": 60, "count": 5733 }, { "type_name": "Research Support, U.S. Gov't, P.H.S.", "type_id": 64, "count": 2726 }, { "type_name": "Comparative Study", "type_id": 18, "count": 2476 }, { "type_name": "Randomized Controlled Trial", "type_id": 58, "count": 2263 }, { "type_name": "Multicenter Study", "type_id": 45, "count": 2186 }, { "type_name": "Research Support, U.S. Gov't, Non-P.H.S.", "type_id": 63, "count": 2148 }, { "type_name": "Clinical Trial", "type_id": 10, "count": 1169 }, { "type_name": "Systematic Review", "type_id": 76, "count": 896 }, { "type_name": "Evaluation Study", "type_id": 208, "count": 867 }, { "type_name": "Meta-Analysis", "type_id": 44, "count": 716 }, { "type_name": "Observational Study", "type_id": 48, "count": 558 }, { "type_name": "Case Reports", "type_id": 6, "count": 523 }, { "type_name": "Clinical Trial, Phase II", "type_id": 13, "count": 347 }, { "type_name": "Research Support, N.I.H., Intramural", "type_id": 61, "count": 310 }, { "type_name": "Clinical Trial, Phase I", "type_id": 12, "count": 305 }, { "type_name": "Historical Article", "type_id": 35, "count": 234 }, { "type_name": "Clinical Trial, Phase III", "type_id": 14, "count": 229 } ], "page_now": 1, "page_num": 20 }