Calling API from Client system without RobotSvc

Hi folks!,

I would like to call an orchestrator API to add item to queue without installing UiPath Robots (The client system will be having access to Orchestrator server)? Can someone guide me different methods to do that?

Thanks

@midhunsug661

You can create the Queue and get items from Queue using Orchestrator API’s but you can’t add items to the Queue.

Thanks @lakshman ! But I was able to add queue item using Swagger. What I need is to call the same API from my client machine.

1 Like

Hello Mishun,
In this video I show how to add data on queue from postman:

Thanks,
Cristian Negulescu