Fetching Asset Value Per Robot "The asset does not have a value associated with this robot"

To retrieve the RobotKey, you need to do a request similar to this: https://platform.uipath.com/api/RobotsService/GetRobotMappings?licenseKey=‘licenseKey’&machineName=machineName. Please note that the value of the licenseKey parameter has to be placed between quotation marks, while the machineName value should not.

The licenseKey and machineName can be obtained by querying the Robots endpoint.

To retrieve also Robot information for per asset robots, you can use a query similar to this https://platform.uipath.com/odata/Assets?$expand=RobotValues

4 Likes