模板列表
POST
https://api.flashcat.cloud/template/list
最后修改时间:2025-05-29 10:02:46
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/template/list?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"p": 0,
"limit": 0,
"asc": true,
"query": "string",
"team_ids": [
0
],
"is_my_team": true
}'
响应示例响应示例
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"has_next_page": true,
"items": [
{
"template_id": "string",
"team_id": 0,
"account_id": 0,
"template_name": "string",
"description": "string",
"email": "string",
"sms": "string",
"feishu": "string",
"dingtalk": "string",
"wecom": "string",
"feishu_app": "string",
"dingtalk_app": "string",
"wecom_app": "string",
"status": "enabled",
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
]
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json