Hello,
May I know whether it is possible to start the robot which have deployed in https://platform.uipath.com by using REST Web API? Do you have any sample ?
Susana
(Susana González Cacheiro)
January 23, 2018, 9:16am
2
Hi @dwshowtime ,
Hope, this could help you:
https://orchestrator.uipath.com/v2017.1/reference#jobs_startjobs-1
You can find some examples in the forum that may help you:
Hi,
I have deployed my robot on https://platform.uipath.com and it is available. I imported some process but i can’t start job these. I explain when i click to start job i can select one process but i can’t select my robot. it shows me "No data to show ".
I need help.
Hi all,
As I am very new to Orchestrator API, I have started from the scratch of logging in the orchestrator using HTTP Request wizard, where I get “result” - (Authentication token) in response JSON. As per Orchestrator API Guide, we need to use auth token for future requests. Here I have set of questions,
Should I need to use another HTTP Request activity for another request (say to check my Timing Zone or any other requests) ?
PROBLEM : Whenever I request for robot/asset details, it respon…
I’m doing a HTTP Post request and need to send information in the body in JSON. I basically need to send:
{
“rfi”: {
“subject”: “My first API RFI!!”,
“assignee_id”: 632125,
“question”: “Does the API work?”
}
}
I get compiler errors when trying to type this into the body. It basically seems to want me to do this as a string, and I’m having a hell of a time getting it to work as a string with all of the quotes in there.
How do I enter this into the “Body” of an HTTP Request?
Regards,
Susana
Hello,
In this video, you can see how to Trigger UiPath Robot from more than 12 pieces of software:
Thanks,
Cristian Negulescu
Hi @dwshowtime
Check this , It helped me a lot
Regards