Hi All,
I am using UiPath community edition.
I have configured 2 attended robots and I can see them in orchestrator - Tenant - Robot tab as below
Using postman, I want to execute orchestrator API - Robots get all
API - details and payloads are as below -
GET - {{url}}/odata/Robots
I am giving Authorization token , my tenant-name [X-UIPATH-TenantName] and folderid [X-UIPATH-OrganizationUnitId]
Response is 200 ok , however API did not return any robot details
Got below response
{
“@odata.context”: “UiPath”,
“@odata.count”: 0,
“value”:
}
I have below questions -
-
Why I am getting count 0 in api response when I can see robots in orchestrator tenant ?
-
Is Robot API execution supported in community edition ?
Please suggest .