Hello,
I am using the following API to get the Robot ID
{{Cloud url}}/odata/Robots
and the Headers are
Content-Type … application/json
X-UIPATH-TenantName … {tenantName}
X-UIPATH-OrganizationUnitId … {id}
I am getting the following output :
{
“@odata.context”: “https://cloud.uipath.com/{OrgName}/{tenantName/orchestrator_/odata/$metadata#Robots”,
“@odata.count”: 0,
“value”:
}
Can you please suggest something, I am using this for the very 1st time.
Thanks