activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Actividades de Integration Service

Última actualización 14 de oct. de 2025

UiPath Orchestrator HTTP Request

Descripción

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.

Compatibilidad de proyectos

Windows | Multiplataforma

Configuración

  • 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
    • Content-Type: application/json
  • Query parameters - Specifies the query parameters as name–value pairs.
  • Body - Specifies the payload content for the request.
  • Descripción
  • Compatibilidad de proyectos
  • Configuración

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo
Confianza y seguridad
© 2005-2025 UiPath. Todos los derechos reservados.