I have an issue with the next API request.
{{url}}/orchestrator_/odata/Robots
Even thought i have several running Robots the response is empty.
The request used to work as expected.
{
“@odata.context”: “UiPath,
“@odata.count”: 0,
“value”:
}
I have an issue with the next API request.
{{url}}/orchestrator_/odata/Robots
Even thought i have several running Robots the response is empty.
The request used to work as expected.
{
“@odata.context”: “UiPath,
“@odata.count”: 0,
“value”:
}
This would not give the correct values…as per the modern folders …you need to use get users api and not robots
You would find the robots also under the users api
Cheers