是否可以通过REST API获取Asset属性?

时间:2018-04-18 12:25:30

标签: thingsboard

我检查过可以通过devices-api-controller API获取Device属性,但我没有找到获取Asset属性的API。我们的资产具有我们想要通知另一个系统的坐标和地址属性。

是否有用于获取资产属性的API?

1 个答案:

答案 0 :(得分:0)

是的,您可以为设备和资产抽象IoT实体。

uri是http(s)://host:port/api/asset

您可以在https://thingsboard.io/docs/user-guide/entities-and-relations/

的文档中找到更多信息