云消息服务 KooMessage-查询智能信息基础版模板状态:URI
URI
GET /v1/aim-basic/templates
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
tpl_id |
否 |
String |
智能信息基础版模板ID。 |
tpl_name |
否 |
String |
智能信息基础版模板名称。 |
tpl_type |
否 |
String |
智能信息基础版模板分类。
|
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 |