跳转到主要内容
GET
cURL

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

skip
number | null
默认值:0

The templates count you want to skip

示例:

0

take
number | null
默认值:300

The templates count you want to take

示例:

300

响应

201 - application/json

Successfully get template list.

id
string
必填
snapshot
object
必填
cover
object
必填
usageCount
number
必填
visitCount
number
必填
createdBy
object | null
必填
name
string
categoryId
string[]
isSystem
boolean
isPublished
boolean
description
string
baseId
string
markdownDescription
string
publishInfo
object
最后修改于 2026年3月5日