跳转到主要内容
GET
/
template
/
published
cURL
curl --request GET \
  --url 'https://app.teable.ai/api/template/published?featured=true&categoryId=tc_123&skip=0&take=100&search=template' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

授权

Authorization
string
header
必填

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

查询参数

Whether to get featured templates

示例:

true

categoryId
string | null

The template category id

示例:

"tc_123"

skip
number | null
默认值:0

The templates count you want to skip

示例:

0

take
number | null
默认值:100

The templates count you want to take

示例:

100

The search keyword for template name

示例:

"template"

响应

201

Successfully get published template list.

Last modified on March 5, 2026