Getting BOT id using Orchestrator API

I have used
GET-
https://platform.uipath.com/ennuvaahyhto/NewTenant/odata/Robots

Authorization type- Oauth 2.0
Got Access Token

Headers
TenantName
OrganizationUnitId
Content-type

The result i received is
{
@odata.context”: “https://platform.uipath.com/ennuvaahyhto/NewTenant/orchestrator_/odata/$metadata#Robots”,
@odata.count”: 0,
“value”:
}

Status code:200

I want to get the Bot id using this but i do not see any such field. can anybody help me with that.

Thanks
With Regards

Run a GET for https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/odata/Robots/UiPath.Server.Configuration.OData.GetConfiguredRobots

Thank you so much. it worked

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.