云消息服务 KooMessage-查询智能信息基础版模板状态:URI

时间:2025-02-12 15:01:30

URI

GET /v1/aim-basic/templates

表1 Query参数

参数

是否必选

参数类型

描述

tpl_id

String

智能信息基础版模板ID。

tpl_name

String

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

tpl_type

String

智能信息基础版模板分类。

  • public:公共模板

  • private:个人模板

has_param

Boolean

智能信息基础版模板是否携带参数,不传查全部模板。

begin_time

String

智能信息基础版模板创建开始时间。 样例为:2019-10-12T07:20:50Z。

说明:

begin_time和end_time必须全部为空或全部不为空,并且begin_time不能大于end_time。

end_time

String

智能信息基础版模板创建结束时间。 样例为:2019-10-12T07:20:50Z。

说明:

begin_time和end_time必须全部为空或全部不为空,并且begin_time不能大于end_time。

offset

Integer

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

最小值:0

最大值:1000000

缺省值:0

limit

Integer

每页显示的条目数量。

最小值:1

最大值:100

缺省值:20

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