热榜监测数据下载
开发中
POST
/v5/hotnews/hot-list-monitor/download
请求参数
Body 参数application/json
hotType
string
热榜类型
hotSid
string
热榜监测方案id
startDate
string
开始时间
endDate
string
结束时间
keywords
string
搜索的关键词
type
string
下载类型
ids
array[integer]
批量下载时传的词条id
示例
{
"type": "1",
"ids":[49,50],
"hotType": "total",
"hotSid": "4",
"startDate": "2024-01-10 00:00:00",
"endDate": "2024-01-12 14:18:42",
"keywords": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v5/hotnews/hot-list-monitor/download' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "1",
"ids":[49,50],
"hotType": "total",
"hotSid": "4",
"startDate": "2024-01-10 00:00:00",
"endDate": "2024-01-12 14:18:42",
"keywords": ""
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}