{
"time": 3,
"scrollId": "string"
}
curl --location --request POST '/v1/search/getScrollListByScrollId' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"time": 3,
"scrollId": "string"
}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"list": [
{
"gid": 0,
"uuid": "string",
"title": "string",
"layoutName": "string",
"layoutCode": "string",
"paperPicture": [
"string"
],
"author": "string",
"source": "string",
"abstract1": "string",
"content": "string",
"imageOcrContent": "string",
"imageOcrVo": "string",
"audioContent": "string",
"publishTime": "string",
"crawlerTime": "string",
"updateTime": "string",
"esInsertTime": "string",
"url": "string",
"picturesArray": [
"string"
],
"videosArray": [
"string"
],
"videosCoverArray": [
"string"
],
"mediaType": [
0
],
"htmlInfo": "string",
"likeCount": 0,
"commentCount": 0,
"readCount": 0,
"playCount": 0,
"watchCount": 0,
"rttCount": 0,
"collectCount": 0,
"barrageCount": 0,
"coinCount": 0,
"topicTags": [
"string"
],
"articleType": 0,
"rootArticle": {
"rootIndex": "string",
"rootArticleId": "string",
"rootArticleUrl": "string"
},
"rootArticleId": "string",
"parentArticleId": "string",
"ipAreaName": "string",
"ipAreaCountry": "string",
"ipAreaProvince": "string",
"platform": {
"dataSourceType": "string",
"websiteName": "string",
"host": "string",
"subHost": "string",
"country": "string",
"isForeignMedia": 0,
"mediaAreaProvince": "string",
"mediaAreaCity": "string",
"mediaAreaCounty": "string",
"channelName": "string",
"channelUrl": "string",
"mediaTags": [
"string"
]
},
"user": {
"userId": "string",
"secUid": "string",
"customId": "string",
"userName": "string",
"url": "string",
"headImageUrl": "string",
"isVerified": 0,
"verifiedType": 0,
"followersCount": 0,
"publishCount": 0
},
"analysis": {
"fingerprint": "string",
"isFingerprintHead": 0,
"interactionCount": 0,
"weightInteractionCount": 0,
"entityAddress": [
"string"
],
"entityOrganization": [
"string"
],
"entityPeople": [
"string"
],
"analyzeLocation": [
"string"
],
"keywords": [
"string"
],
"language": "string",
"polarity": 0,
"subjectSentiment": [
"string"
],
"isSensitive": 0,
"sensitiveWords": [
"string"
],
"contentAreaCountry": [
"string"
],
"contentAreaProvince": [
"string"
],
"contentAreaCity": [
"string"
],
"contentAreaCounty": [
"string"
],
"category": "string",
"firstPublication": 0,
"expertOpinions": [
"string"
],
"keyPhrase": [
"string"
],
"phrases": [
"string"
],
"subjectExtract": [
"string"
],
"heatNumber": 0,
"rank": 0,
"tags1": [
"string"
],
"tags2": [
"string"
],
"tags3": [
"string"
],
"tags4": [
"string"
],
"tags5": [
"string"
],
"tags6": [
"string"
],
"tags7": [
"string"
],
"contentClassify": [
"string"
]
},
"articleId": "string",
"isPaid": 0,
"allFaceCount": 0,
"isAdvertisement": 0,
"hectare": "string",
"firstPicture": "string",
"articlePage": "string",
"signInCountry": "string",
"signInProvince": "string",
"signInCity": "string",
"signInCounty": "string",
"signInAddress": "string"
}
],
"scrollId": "string"
},
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}