Orchestrator
2023.10
Orchestrator API ガイド
Last updated 2024年6月17日

メッセージ テンプレートを取得する

テンプレート ID に基づいてメッセージ テンプレートを返します。

API エンドポイント

docs image
https://{yourDomain}/identity/api/MessageTemplate/{templateId}

スコープ

次のスコープが必要です。

  • PM.MessageTemplate
  • PM.MessageTemplate.Read

要求ヘッダー

--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'

パス パラメーター

パス パラメーター

データ型

説明

templateId

(必須)

文字列

取得するメッセージ テンプレートの ID。

応答

200 OK

メッセージ ID、メッセージのタイトル、内容などのメッセージ テンプレートの情報を返します。
{
  "id": 0,
  "name": "string",
  "value": "string"
}{
  "id": 0,
  "name": "string",
  "value": "string"
}
  • API エンドポイント
  • スコープ
  • 要求ヘッダー
  • パス パラメーター
  • 応答
  • 200 OK

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.