https://xxxxxx/v4/timpush/get_sched_task?usersig=xxx&identifier=admin&sdkappid=88888888&random=99999999&contenttype=json
Parameter | Description |
https | The request protocol is: HTTPS. Request method: POST. |
xxxxxx | The dedicated domain corresponding to the country/region of your SDKAppID. China: console.tim.qq.comSingapore: adminapisgp.im.qcloud.comSeoul: adminapikr.im.qcloud.comFrankfurt: adminapiger.im.qcloud.comSilicon Valley: adminapiusa.im.qcloud.comJakarta: adminapiidn.im.qcloud.com |
v4/timpush/get_sched_task | Request API. |
usersig | |
identifier | |
sdkappid | SdkAppid assigned by the Instant Messaging Console when an application is created. |
random | A random 32-bit unsigned integer ranging from 0 to 4294967295. |
contenttype | Fixed value: json. |
{"Sdkappid": 88888888,"TaskID": 1234567890}
Field | Type | Required | Description |
Sdkappid | Integer | Yes | The SDKAppID of the application. Must match the sdkappid in the URL. |
TaskID | Integer | Yes | The scheduled task ID returned when the task was created. |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"TaskInfo": {"TaskID": 1234567890,"Sdkappid": 88888888,"CreateAt": "2025-05-20 08:30:00","Type": "All","SchedAt": "2025-06-01 10:00:00","Content": {"From_Account": 12345,"MsgRandom": 123456,"OfflinePushInfo": {"Title": "Push Title","Desc": "Push Content Description"}},"Title": "Push Title","Desc": "Push Content Description","Status": "pending","DispatchSuccess": 0,"DispatchErr": "","PushTaskID": ""}}
Field | Type | Description |
ActionStatus | String | The result of the request. OK indicates success, FAIL indicates failure. |
ErrorCode | Integer | Error code. 0 indicates success, non-0 indicates failure. |
ErrorInfo | String | Error message. |
TaskInfo | Object | Detailed information of the scheduled task. See the table below. |
Field | Type | Description |
TaskID | Integer | Scheduled task ID. |
Sdkappid | Integer | The SDKAppID of the application. |
CreateAt | String | Task creation time (UTC), format: YYYY-MM-DD HH:MM:SS. |
Type | String | Push task type: `All` (push to all users), Tag (tag-based push), User (single-user push). |
SchedAt | String | Scheduled time (UTC), format: YYYY-MM-DD HH:MM:SS. |
Content | Object | Push task content. The structure is the same as the Content provided at creation. |
Title | String | Push title, extracted from Content.OfflinePushInfo.Title. |
Desc | String | Push description, extracted from Content.OfflinePushInfo.Desc. |
Status | String | Task status: pending (awaiting execution), dispatching (dispatching in progress), dispatched (dispatched). |
DispatchSuccess | Integer | Whether the dispatch was successful: 0 indicates not successful or not dispatched, 1 indicates dispatch successful. |
DispatchErr | String | Error message when dispatch fails. Empty when dispatch is successful or not yet dispatched. |
PushTaskID | String | The push task ID generated after successful dispatch. Can be used to query push results. |
Error Code | Description |
90104 | Invalid request parameters, such as invalid TaskID, sdkappid mismatch, etc. |
90105 | Internal error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback