UiPath Documentation
activities
latest
false
生産性を高めるアクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

HTTP 要求を実行

Microsoft Graph API に対して生の HTTP 要求を実行します。

Microsoft Graph API に対して生の HTTP 要求を実行します。

名前空間: UiPath.MicrosoftOffice365.Activities.Api

アセンブリ: UiPath.MicrosoftOffice365.Activities.Api (UiPath.MicrosoftOffice365.Activities.Api.dll 内)

構文

HttpResponse RunHttpRequest(
	HttpRequestMethod method,
	string requestUrl,
	Dictionary<string, string> headers = null,
	Dictionary<string, string> parameters = null,
	string body = null
)
HttpResponse RunHttpRequest(
	HttpRequestMethod method,
	string requestUrl,
	Dictionary<string, string> headers = null,
	Dictionary<string, string> parameters = null,
	string body = null
)

パラメーター

method HttpRequestMethod : HTTP 要求メソッド (GET、POST、PUT、PATCH、DELETE)。

requestUrl String : 要求のエンドポイント URL (例: https://graph.microsoft.com/v1.0/me) です。

headers Dictionary<String, String> (任意): 要求に含める任意の HTTP ヘッダーです。

parameters Dictionary<String, String> (任意): 要求に含める任意のクエリ パラメーターです。

body String (任意): POST、PUT、PATCH 要求の省略可能な要求本文。

戻り値

HttpResponse - コンテンツ、ステータス コード、応答ヘッダーを含む HTTP 応答です。

  • 構文
  • パラメーター
  • 戻り値

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得