Questions tagged [uipath-api]

API for the UIPath Orchestrator, a web application platform to manage robots

API for the UIPath Orchestrator, a web application platform to manage robots -https://www.uipath.com/de/product/orchestrator

30 questions
0
votes
0 answers

How to trigger a UiPath's automation via an HTTP request and display the extracted results via the robot in the JSON response?

I have built a UiPath's workflow/automation which extracts specific fields of a pdf. I wish to deploy it to a server and trigger that UiPath's job/automation via an HTTP request and deliver the extracted fields of a pdf in JSON format. The web…
0
votes
0 answers

How can I call UiPath data Service API in Angular 15

My requirement is, we have developed an API using UiPath Data Service so that on form submit form data can store in UiPath entity. My web form is developed in Angular 15. My question is how can I call the data API in Angular? We are using UiPath…
0
votes
0 answers

A api or script to find company name and details

Im trying to develop a RPA script that extract all company information. Is there a website that i could use where if i feed it url, it would return the company's name and what that company is about. I'm just trying to find out if there is a open…
KiiREI
  • 1
  • 1
0
votes
1 answer

Rest API Call in uipath

My requirement is to fetch the data from rest api data and store it in separate variable. I had the endpoint…
0
votes
1 answer

Starting a UIPath Job via Google Appscript

I am trying to start a UIPath-Job in the orchestrator via a Google Appscript. I set up my unattended Robot and it is working fine, if I start the job manually in the orchestrator or via my assistant . But when I try to start it with a script, it…
0
votes
1 answer

.Net core Web API who calls other external APIs

I'm creating a .Net Core web API which will further call an external API. Scenario: In .Net Core web API, I want to make a Post request to UiPath Orchestrator API to get authentication token. Following is the link for the Request that I want to…
Maryam
  • 357
  • 1
  • 5
  • 16
0
votes
1 answer

Groovy error in getting response: groovyx.net.http.HTTPBuilder handleResponse WARNING: Error parsing 'text/html' response groovy.json.JsonException

The current character read is '<' with an int value of 60 Unable to determine the current character, it is not a string, number, array, or object line number 1 index number 0 *body for the POST method* ``` def jsonBody = [ "grant_type":…
0
votes
1 answer

How to read a PDF file as binary stream and pass it in to the request body of Graph API?

I am trying to upload a file to SharePoint using Graph API and in order to execute that I need to convert the file to a binary stream and pass that value in to my request body of graph api. Can anybody help me with this issue?
0
votes
1 answer

UiPath searching for an item that is not available in amazon and display item not found

When we search for an item that is not available in the amazon and instead of that the products related to that item name is showing. I need to display a message that item is not found. How that can be done in UiPath?
sonia
  • 3
  • 3
0
votes
1 answer

What type of authorization does UiPath Cloud use?

I am recently working with Uipath Orchestrator API and I see that they use Bearer token to authenticate. But I am confused and I do not know if this way of authentication is oAuth or it can just be called Bearer Authentication.
Pristina
  • 19
  • 1
0
votes
1 answer

How to open IIS through RPA UIPath

I want to open IIS through uipath, but whenever I use the "Open Application" activity for open IIS below errors are shown. So, what workflow I have to make to open IIS through uipath?
0
votes
2 answers

LibGit2Sharp.Core.NativeMethods exception upon Cloning repository on UiPath Studio

This error still appears after trying to get the repository from gitlab and to: deleting UiPath folder on these paths C:\ProgramData C:\ProgramFiles C:\ProgramFiles (x86) C:\Users\%username%\AppData\Local re-install the UiPath Studio Pro -…
0
votes
2 answers

UIPath - Find OCR text position and selecting a day from the calendar

I was trying to grab a website calendar from UiPath. But when I use the Find OCR Text Position or Click OCR text activity in the UiPath Software, it will not give me the exact date that I want to select. I want to do one thing only: I need to…
0
votes
1 answer

Validation fails when passing a file path as Input Argument to Orchestrator API StartJobs

I am trying to use file name path (Ex: C:\Document\Report.txt) as a parameter through uipath orchastrator api. I tried different approach and In each approach I am getting Bad request error "{"message":"Argument Values validation…
Ash
  • 3
  • 1
  • 2
-1
votes
1 answer

how to scrape dynamic web pages using ui path studio

I tried web scraping reviews from a website called https://mmb.moneycontrol.com and the reviews posted on this website are loaded dynamically. The amount of reviews scraped are 40 only i tried changing the "MaxNoOfResults" variable to higher value…
1
2