activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do Integration Service

Última atualização 14 de out de 2025

UiPath Orchestrator HTTP Request

Description

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.

Compatibilidade do projeto

Windows | Multiplataforma

Configuração

  • 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
    • Tipo de conteúdo: aplicativo/json
  • Query parameters - Specifies the query parameters as name–value pairs.
  • Body - Specifies the payload content for the request.
  • Description
  • Compatibilidade do projeto
  • Configuração

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo
Confiança e segurança
© 2005-2025 UiPath. Todos os direitos reservados.