专题下原创稿件传播分析服务接口
更新时间:2026-03-20 11:10:36
API测试
申请API调用
基本信息
接口描述:事件文章传播力排行
请求方式:post
请求地址:
event/transmission/docSearch
请求参数格式:application/x-www-form-urlencoded
输入参数
参数名称
类型
是否必填
描述
id
integer
是
事件专题id
mediaUnitName
string
否
集团媒体名称
startTime
string
否
开始时间(yyyyMMdd),默认当天
endTime
string
否
结束时间(yyyyMMdd),默认当天
pageNum
integer
否
返回结果集页码,首页及默认值均为0
pageSize
integer
否
每页返回结果集数量,默认值20,最大值不可超过100
输出参数
参数名称
类型
描述
code
String
接口状态码,200为正常,其他为错误码
msg
String
接口的错误描述信息
data
object
接口内的具体返回信息
data.content
String
数据分页对象
title
String
标题
sid
String
稿件id
author
String
作者
url
String
文章url链接
siteName
String
发布站点名称
channel
String
频道/版面
pubTime
String
发布时间
reprintCount
Integer
总转载数
ceiIndex
Double
传播力指数
appReprintCount
Integer
APP总转载数
szbReprintCount
Integer
数字报渠道总转载数
websiteReprintCount
Integer
网站总转载数
weiboReptintCount
Integer
微博总转载数
weixinReprintCount
Integer
微信总转载数
medium
String
报道媒介
data.number
Integer
当前页码
data.numberOfElements
Integer
当前页大小
data.size
Integer
分页大小
data.totalElements
Long
总条数
data.totalPages
Integer
总页数
requestid
string
当前请求的唯一ID,反馈问题时直接提交此信息
调用示例
http://[域名]/opens/api/event/transmission/docSearch
输入示例
id=4589
输出示例
{
"code":200,
"msg":"成功",
"data":{
"content":[
{
"sid":"5535570812384011956",
"title":"鼠疫疫情Ⅲ级预警!内蒙古包头达茂旗通报一例死亡病例,判定为肠型鼠疫",
"urlName":"http://services.shobserver.com/news/viewNewsDetail?id=277156",
"authors":"包头卫健委官网",
"siteName":"上观新闻客户端",
"mediaUnitName":"解放日报报业集团",
"channel":"天下",
"pubTime":"2021-09-21 13:45:00",
"keywords":"鼠疫;鼠疫疫情;核酸;pcr;死亡病例;鼠疫防控;鼠疫核酸;自治区;鼠疫控制应急预案;死亡原因",
"appReptintCount":147,
"epaperReprintCount":0,
"weiboReptintCount":0,
"topReprintCount":5,
"weixinReprintCount":21,
"reprintCount":453,
"ceiIndex":1757.22
}
],
"totalPages":2257,
"totalElements":2257,
"size":1,
"number":0,
"numberOfElements":1
}
}
接口说明
无
在线测试
请求方式:
POST
*id:
mediaUnitName:
startTime:
endTime:
pageNum:
pageSize:
确定
重置
请求结果
错误码
其他错误码详见
公共错误码。