Skip to main content
Version: 202201

Get Script Tag List

GET 

/openapi/2022-01/script_tags_new

Request

Query Parameters

    page int32

    Page number

    Default value: 1
    limit int32

    Limit per page

    Default value: 50
    event_type string

    Tag type, for example: myapp

Responses

200

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