Hello Every,
I am Trying to call Get All Robots Api from postman to retrieve all the robots available in Orchestrator. But the Response is not showing the robots since my status code is correct.
Note - I have already established the authorization
There is a difference in how to get the list of robots depending on how the robots were previsioned. Classic vs Modern among other attributes.
Take a look at the other GET requests such as /odata/Robots/UiPath.Server.Configuration.OData.GetConfiguredRobots
As mentioned above Swagger is a great resource to review, but sometimes the details are not sufficient without a bit of trial and error. In this case I tend to perform the actions in the Orchestrator Web UI while inspecting the browser’s network traffic, this will often be the simplest solution to understanding which API calls are required for the details you are looking for.