cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

update propertyVTQ of Thing by REST API

anishi
13-Aquamarine

update propertyVTQ of Thing by REST API

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.

0 REPLIES 0
Top Tags