更新时间:2025-01-07 GMT+08:00

查询消息模板详情

功能介绍

  • 接口名称

    QueryMessageTemplateDetail

  • 功能描述

    查询模板详情,包括模板内容。

URI

  • URI格式

    GET /v2/{project_id}/notifications/message_template/{message_template_id}

  • 参数说明

    名称

    是否必选

    参数类型

    说明

    project_id

    String

    项目ID。

    获取项目ID请参考获取项目ID

    message_template_id

    String

    模板唯一的资源标识,可通过查询消息模板列表获取该标识。

请求消息

请求样例
GET https://{SMN_Endpoint}/v2/{project_id}/notifications/message_template/57ba8dcecda844878c5dd5815b65d10f

响应消息

  • 要素说明

    名称

    参数类型

    说明

    message_template_id

    String

    模板ID。

    message_template_name

    String

    模板名称。

    protocol

    String

    模板支持的协议类型。

    目前支持的协议包括:

    • “email”:邮件传输协议。
    • “default”
    • “sms”:短信传输协议。
    • “http”、“https”:HTTP/HTTPS传输协议。

    tag_names

    String[]

    模板tag列表。

    是消息模板“{}”内的字段,在具体使用消息模板时,可根据实际情况替为该字段赋值。

    create_time

    String

    模板创建时间。

    时间格式为UTC时间,YYYY-MM-DDTHH:MM:SSZ。

    update_time

    String

    模板最后更新时间。

    时间格式为UTC时间,YYYY-MM-DDTHH:MM:SSZ。

    content

    String

    模板内容。

    request_id

    String

    请求的唯一标识ID。

  • 响应样例
    {
        "message_template_name": "confirm_message",
        "protocol": "https",
        "update_time": "2016-08-02T08:22:25Z",
        "create_time": "2016-08-02T08:22:20Z",
        "request_id": "ba79ca8f794f4f50985ce7b98a401b47",
        "tag_names": [
            "topic_id_id4"
        ],
        "content": "(1/24)You are invited to subscribe to topic({topic_id_id4}). Click the following URL to confirm subscription:(If you do not want to subscribe to this topic, ignore this message.)",
        "message_template_id": "57ba8dcecda844878c5dd5815b65d10f"
    }

返回值

请参考返回值

错误码

请参考错误码