{
"keywords": [
"string"
],
"heatIndexRange": {
"fromHeatIndex": 0,
"toHeatIndex": 0
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"sortField": 1,
"sortWay": "desc",
"currentPage": 1,
"pageSize": 10,
"listTypes": [
0
],
"types": 1,
"city": "string"
}
curl --location --request POST '/v1/hotRank/getSearchHotRankByType' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": [
"string"
],
"heatIndexRange": {
"fromHeatIndex": 0,
"toHeatIndex": 0
},
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"sortField": 1,
"sortWay": "desc",
"currentPage": 1,
"pageSize": 10,
"listTypes": [
0
],
"types": 1,
"city": "string"
}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"total": 0,
"current": 0,
"size": 0,
"records": [
{
"title": "string",
"url": "string",
"topId": 0,
"heatIndex": 0,
"type": 0,
"listType": 0,
"rankingChanges": 0,
"firstInsertTime": "string",
"onListTime": 0,
"insertTime": "string",
"uuid": "string",
"uniqueId": "string",
"label": "string",
"expand": {
"author": "string",
"viewCount": 0,
"followerCount": 0,
"visitsCount": 0,
"cover": "string",
"summary": "string",
"readCount": 0,
"commentCount": 0,
"interactionCount": 0,
"originalCount": 0,
"read24h": 0,
"comment24h": 0,
"interaction24h": 0,
"original24h": 0,
"read30d": 0,
"comment30d": 0,
"interaction30d": 0,
"original30d": 0,
"duration": 0,
"publishTime": "string",
"topicName": "string",
"aiContent": "string"
},
"firstRanking": 0,
"historyMaxRanking": 0
}
]
},
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}