Version: 202201
Get Script Tag List
GET/openapi/2022-01/script_tags_new
Request
Query Parameters
page int32
Page number
Default value:
1limit int32
Limit per page
Default value:
50event_type string
Tag type, for example: myapp
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
script_tags object[]
idstring
Example:
f50950fa-40ec-441f-b98d-e1869050dbf2display_scopestring
Example:
allevent_typestring
Example:
appsrcstring
Example:
https://shoplazza.com/x.jscreated_atstring
Example:
2024-04-29T03:22:50Zupdated_atstring
Example:
2024-04-29T03:22:50Z{
"script_tags": [
{
"id": "f50950fa-40ec-441f-b98d-e1869050dbf2",
"display_scope": "all",
"event_type": "app",
"src": "https://shoplazza.com/x.js",
"created_at": "2024-04-29T03:22:50Z",
"updated_at": "2024-04-29T03:22:50Z"
}
]
}
{
"script_tags": [
{
"id": "f50950fa-40ec-441f-b98d-e1869050dbf2",
"display_scope": "all",
"event_type": "app",
"src": "https://shoplazza.com/x.js",
"created_at": "2024-04-29T03:22:50Z",
"updated_at": "2024-04-29T03:22:50Z"
}
]
}