Hi fellow Uipathians,
I have recently been exploring REST api calls within uipath, looking to upload items to a queue which is now successfull. Thanks to some hints and help from my previous post Getting activity Context for Argument.set method - #6 by andrzej.kniola.
In any case my scope has now expanded, we are looking to get some, essentially, real time stats from the orchestrator. We can do this through robot rest api calls but this removes a robot from our list of available ones.
I would like to do direct api calls through vba in excel but i’m wondering if the api will accept xml body calls? I can see all of the requests written as json. (we currently don’t have the capacity to add the vba-json plugin for excel)
Thanks for the help.