orchestrator
2024.10
true
- 入门指南
- 身份验证
- Swagger 定义
- Orchestrator API
- 平台管理 API
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator API 指南
上次更新日期 2025年2月13日
获取消息模板
link根据模板 ID 返回消息模板。
API 端点
linkGET
https://{yourDomain}/{organizationName}/identity/api/MessageTemplate/{templateId}
作用域
link需要以下作用域:
- PM.MessageTemplate
- PM.MessageTemplate.Read
请求标头
link--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
路径参数
link
路径参数 |
数据类型 |
描述 |
---|---|---|
(必填) |
字符串 |
要检索的消息模板的 ID。 |
响应
link200 OK
返回消息模板信息,例如消息 ID、消息标题和内容。{
"id": 0,
"name": "string",
"value": "string"
}
{
"id": 0,
"name": "string",
"value": "string"
}