Get the official template list with pagination support, up to a maximum of 100 items per page
POST/api/v1/automation/officialTemplateList| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | No | Template Name |
| page | int | No | Request page number, defaults to the first page if not provided |
| pagesize | int | No | Number of items per page, defaults to 10 items/page if not provided |
{
"name":"",
"page":1,
"pagesize":10
}
{
"code": 200,
"data": {
"list": [
{
"id": "Olm2q",
"name": ":TikTok Auto Comment - Version 42.4.3",
"desc": "TikTok version 42.4.3 is available. Please select English as the app language and do not change it"
},
{
"id": "HFVsc",
"name": "Reddit Account Warming",
"desc": "Please select English as the app language and do not change it"
}
],
"page": 1,
"pagesize": 10,
"total": 2,
"total_page": 1
},
"message": "Success"
}