我创建了简单的mashup

我想使用REST get请求获取图片中仪表的状态。你能告诉我做这件事的模式吗?
发布于 2017-04-04 21:36:52
您可以将带有正确标头(app key、content type和accept)的GET请求发送到:
http:///Thingworx/Things/_HTTP_REST_Thing/Properties/nameOfProperty
下面是剩下的小抄:https://developer.thingworx.com/resources/guides/thingworx-rest-api-core-concepts/rest-design
https://stackoverflow.com/questions/36568201
复制相似问题