Request
Body Params  application/json
{
    "template_id": "string"
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/template/info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "template_id": "string"
}'
Responses
application/json {
    "error": {},
    "data": {
        "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
    }
}
Modified at 2025-01-22 10:14:38