activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Integration Service 活动

上次更新日期 2025年10月16日

UiPath Orchestrator HTTP Request

描述

Perform HTTP requests to interact with UiPath Orchestrator using existing connector and connection configuration. It enables you to make custom REST API calls to any Orchestrator object.

Note: This activity is only available for API Workflows.

项目兼容性

Windows | 跨平台

配置

  • UiPath Orchestrator connection - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
  • Method - Select how your HTTP request should interact with Orchestrator:
    • GET - Retrieves data without modifying it.
    • POST - Sends data to Orchestrator, usually to create or update a resource.
    • PUT - Updates an existing resource.
    • DELETE - Removes a specified resource from Orchestrator.
    • PATCH - Partially updates an existing resource.
  • Base URL - Specifies the web address of the server where you want to send your request. For example, https://store.example.com/search.
  • Request URL - Specifies the full URL for the REST API call.
  • Headers - Speficies additional HTTP request headers.
    Note: The following headers are automatically added by the activity, and do not need to be included:
    • Authorization: Bearer <token>
    • Accept: application/json
    • 内容类型:application/json
  • Query parameters - Specifies the query parameters as name–value pairs.
  • Body - Specifies the payload content for the request.
  • 描述
  • 项目兼容性
  • 配置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。