Skip to main content
14-Alexandrite
March 17, 2016
Question

update propertyVTQ of Thing by REST API

  • March 17, 2016
  • 0 replies
  • 759 views

Hi, I tried to update the property of my Thing by REST API as following.

POST method

http://localhost:8080/Thingworx/Things/TestThing/PropertiesVTQ/Temperature

Header

appKey : ****my appkey******

Body

{

            "time": 1458194045379,

            "value": 23.2,

            "quality": "GOOD"

          }

but response message is

Access to the specified resource has been forbidden.

Is there any method to update propertiesVTQ by REST API?

My point is setting timestamp by sender device local side, not server side.