activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités Integration Service

Dernière mise à jour 16 oct. 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.

Compatibilité du projet

Windows | Multiplate-forme

Configuration

  • 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.
  • Description
  • Compatibilité du projet
  • Configuration

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.