Hi Guys
Is there any way of accessing the UiPath robots programmatically through code by access the UiPath Apis? Or any documentation on this? I have not seen this talked about anywhere in the courses. I just want to know if it is possible.
Thanks.
Hi Guys
Is there any way of accessing the UiPath robots programmatically through code by access the UiPath Apis? Or any documentation on this? I have not seen this talked about anywhere in the courses. I just want to know if it is possible.
Thanks.
Can your provide more details on what you are looking for? What interactions are you looking to do?
Orchestrator has an API that allows you to manage your Robots, Queues, Jobs, etc. You can see it by appending /swagger/ onto the end of your Orchestrator URL.
https://docs.uipath.com/orchestrator/reference/about-odata-and-references
Hi @bobby,
You can try the new UiPath feature, it is still in Beta but it will help you integrate your applications with UiPath
Or the other option as @codemonkee mentioned is using the Orchestrator APIs