跳到主要内容
版本:202201

查询Script Tag 列表

GET 

/openapi/2022-01/script_tags_new

请求

Query参数

    page int32

    Page number

    默认值: 1
    limit int32

    Limit per page

    默认值: 50
    event_type string

    Tag type, for example: myapp

响应

200

数据结构
    script_tags object[]
  • Array [
  • idstring
    示例: f50950fa-40ec-441f-b98d-e1869050dbf2
    display_scopestring
    示例: all
    event_typestring
    示例: app
    srcstring
    示例: https://shoplazza.com/x.js
    created_atstring
    示例: 2024-04-29T03:22:50Z
    updated_atstring
    示例: 2024-04-29T03:22:50Z
  • ]