云消息服务 KOOMESSAGE-查询智能信息基础版发送任务:响应参数

时间:2025-01-06 16:13:34

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

status

String

请求状态,固定200。

message

String

状态描述。

data

VMSSendTasks object

查询智能信息基础版发送任务列表响应。

表4 VMSSendTasks

参数

参数类型

描述

aim_basic_send_tasks

Array of VMSSendBody objects

智能信息基础版任务查询列表。

数组长度:0 - 100

page_info

Page object

分页信息。

表5 VMSSendBody

参数

参数类型

描述

task_id

String

智能信息基础版任务ID。

task_name

String

智能信息基础版任务名称。

task_state

String

智能信息基础版任务状态。

tpl_id

String

智能信息基础版模板ID。

tpl_name

String

智能信息基础版模板名称。

operator

String

操作员。

create_time

String

智能信息基础版任务创建时间。

send_time

String

智能信息基础版任务发送时间。

total_count

Integer

需要发送的手机号码总数(有效号码总数)。

success_count

Integer

已经发送成功的手机号码总数。

failed_count

Integer

已经发送失败的手机号码总数。

timeout_count

Integer

已经发送超时失败的手机号码总数(72小时没接收到状态认定为超时失败)。

exdata

String

扩展字段。

说明:

预留字段。

表6 Page

参数

参数类型

描述

offset

Integer

偏移量,表示从此偏移量开始查询,offset大于等于0。

limit

Integer

每页显示的条目数量。

total

Integer

总条数。

状态码: 400

表7 响应Body参数

参数

参数类型

描述

error_code

String

结果状态码。

error_msg

String

结果详情。

状态码: 500

表8 响应Body参数

参数

参数类型

描述

error_code

String

结果状态码。

error_msg

String

结果详情。

support.huaweicloud.com/api-koomessage/ListVMSSendTasks.html