{
"currentPage": 1,
"pageSize": 10,
"id": 0,
"stName": "string",
"userId": "string",
"stType": "string",
"status": 0,
"startPushTotal": 0,
"endPushTotal": 0,
"sortField": "string",
"sortWay": "string",
"isDeleted": 0
}
curl --location --request POST '/v1/push/getSpecialsInfoList' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPage": 1,
"pageSize": 10,
"id": 0,
"stName": "string",
"userId": "string",
"stType": "string",
"status": 0,
"startPushTotal": 0,
"endPushTotal": 0,
"sortField": "string",
"sortWay": "string",
"isDeleted": 0
}'
{
"code": 0,
"success": true,
"message": "string",
"data": {
"total": 0,
"current": 0,
"size": 0,
"records": [
{
"id": 0,
"stName": "string",
"stType": "string",
"dumpType": 0,
"isDumpPicVideo": 0,
"topicName": "string",
"keywordsNum": 0,
"pushTotal": 0,
"sendCount": 0,
"totalCount": 0,
"remoteLink": "string",
"finalRemoteLink": "string",
"historyQueueSize": 0,
"expectSpendTime": 0,
"status": 0,
"createTime": "2019-08-24T14:15:22Z",
"isDeleted": 0
}
]
},
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}