单篇稿件转载媒体按等级统计接口
更新时间:2026-03-20 11:10:36
API测试
申请API调用
基本信息
接口描述:单篇稿件转载媒体按等级统计接口
请求方式:post,get
请求地址:
cas/originaldoc/detail/reprintMediaLevelCount
请求参数格式:application/x-www-form-urlencoded
输入参数
参数名称
类型
是否必填
描述
sid
string
是
稿件id
输出参数
参数名称
类型
描述
mediaLevel
string
媒体等级
reprintCount
string
转载量
homeReprintCount
string
转载家次
content.sid
string
转载稿件id
content.siteName
string
转载稿件标题
content.siteChannelName
string
转载稿件站点+频道
调用示例
cas/docdetail/getReprintMediaLevelInfo?sid=11508723551763580573
输入示例
cas/docdetail/getReprintMediaLevelInfo?sid=11508723551763580573
输出示例
{
"code":200,
"msg":"请求成功",
"data":{
"content":[
{
"mediaLevel":"核心媒体头条",
"reprintCount":"0",
"homeReprintCount":"0",
"content":[
]
},
{
"mediaLevel":"核心",
"reprintCount":"0",
"homeReprintCount":"0",
"content":[
]
},
{
"mediaLevel":"一级",
"reprintCount":"0",
"homeReprintCount":"0",
"content":[
]
},
{
"mediaLevel":"二级",
"reprintCount":"2",
"homeReprintCount":"2",
"content":[
{
"siteChannelName":"武汉市人民政府网-gh_b17159a2c8f6",
"sid":"2c15c4aac63023ed",
"title":"数字助力“战疫”,赋能高质量发展\\n武汉荣获2021世界智慧城市中国区大奖",
"siteName":"武汉市人民政府网",
"channel":"gh_b17159a2c8f6",
"pubTime":"2021-10-19 00:48:07",
"source":"来源:长江日报",
"url":"https://mp.weixin.qq.com/s?__biz=Mzg4MzQzNjAxMw==&mid=2247487490&idx=4&sn=66669c5e94792e93e6ee570d8a9baea2",
"mediaLevel":"二级"
},
{
"siteChannelName":"科创坊-gh_a3a00b46823e",
"sid":"d0d728ea968bb811",
"title":"武汉荣获2021世界智慧城市中国区大奖",
"siteName":"科创坊",
"channel":"gh_a3a00b46823e",
"pubTime":"2021-10-19 01:47:47",
"source":"",
"url":"https://mp.weixin.qq.com/s?__biz=MzkxMDAwMjE3Nw==&mid=2247491002&idx=3&sn=04a1e0e0fef370697b0fc35aca0bdd25",
"mediaLevel":"二级"
}
]
}
]
},
"requestid":null
}
接口说明
单篇稿件转载媒体按等级统计接口
在线测试
请求方式:
GET
POST
*sid:
确定
重置
请求结果
错误码
其他错误码详见
公共错误码。