版本:202506
查询脚本标签列表
GET/openapi/2025-06/script_tags
分页返回脚本标签列表。
请求
Query参数
cursor string
分页游标
page_size int32
每页记录数
event_type string
事件类型
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
script_tags object[]
脚本标签列表
idstring
已创建脚本标签的唯一标识
display_scopestring
脚本标签应用的位置
srcstring
脚本文件的 URL
event_typestring
创建时指定的标签类型
created_atstring
脚本标签的创建时间,格式:YYYY-MM-DDTHH:mm:ssZ
updated_atstring
脚本标签的最后更新时间,格式:YYYY-MM-DDTHH:mm:ssZ
cursorstring
分页游标
has_moreboolean
是否有更多记录
{
"code": "string",
"message": "string",
"data": {
"script_tags": [
{
"id": "string",
"display_scope": "string",
"src": "string",
"event_type": "string",
"created_at": "string",
"updated_at": "string"
}
],
"cursor": "string",
"has_more": true
}
}