Menu

Official Template List

Usage Instructions

Get the official template list with pagination support, up to a maximum of 100 items per page

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/automation/officialTemplateList

Request Parameters

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

Request Example

json Copy
{
   "name":"",
   "page":1,
   "pagesize":10
}

Response Example

json Copy
{
    "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"
}
Previous
Custom Template List
Next
Create Scheduled Task
Last modified: 2025-12-22Powered by