tencent cloud

APIs

文档APIsTencent Push Notification ServiceStatistics APIsQuerying All Push Tasks on the Day by Token

Querying All Push Tasks on the Day by Token

下载
聚焦模式
字号
最后更新时间: 2024-01-17 14:26:44

API Calling Description

Request method: POST. Calling frequency limit: 200 times/hour
Service URL: v3/toolbox/getPushListByToken
API service URLs correspond to service access points one to one. Select the service URL corresponding to the service access point of your application.
Feature: Query the token-specific push data of the application on a day.

Parameters

Request parameters

Parameter
Required
Type
Description
token
Yes
String
Device token

Response parameters

Parameter
Type
Description
retCode
Integer
Returned status code
errMsg
string
Error message
pushTaskList
pushTask
Push parameter

pushTask

Parameter
Type
Description
pushId
Integer
Push task ID
pushTime
Integer
Push timestamp
pushTargetType
Array
Push type

Samples

Sample request

{
"token":"05a305f6b71abb3a6b8c759fd1bc56b4bb44"
}

Sample response

{
"retCode": 0,
"errMsg": "NO_ERROR",
"pushTaskList": [
{
"pushId": 589840563,
"pushTime": 1651662600,
"pushTargetType": "TAG_PUSH"
},
{
"pushId": 590166744,
"pushTime": 1651741604,
"pushTargetType": "TAG_PUSH"
},
{
"pushId": 590178525,
"pushTime": 1651742807,
"pushTargetType": "TAG_PUSH"
},
{
"pushId": 590179538,
"pushTime": 1651742914,
"pushTargetType": "TAG_PUSH"
},
{
"pushId": 590179672,
"pushTime": 1651742928,
"pushTargetType": "TAG_PUSH"
},
{
"pushId": 590235722,
"pushTime": 1651750200,
"pushTargetType": "TAG_PUSH"
}
]
}


帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈