Hello, I am currently trying to setup Orchestrator API on a local site.
On the ‘Retrieving All Robots That Can Execute a Specific Process’ section, it says “enables you to identify, on the fly, which Robots can execute the package with the ‘processid’”.
The below example was given:
https://{yourDomain}/odata/Robots/UiPath.Server.Configuration.OData.GetRobotsForProcess(processId=‘input_output_arguments_example’)
I am having trouble understanding what the processId is and where I am supposed to get that from.
Would be great if someone would be able to help with this!