When I try the following method via the UIPath Web API… “https://platform.uipath.com/odata/Assets/UiPath.Server.Configuration.OData.GetRobotAsset(robotId=‘robotId’,assetName=‘assetName’)” (obviously I have subbed in my own values) I keep getting thrown the error “{“message”:“The asset does not have a value associated with this robot.”,“errorCode”:1002,“resourceIds”:null}”
This would suggest there is no Robot linked to the asset. However when using UIPath orchestrator I can clearly see that I have two robots linked each with their own value. I have also used the get robots method in the API to confirm that the robot ID I am using is correct.