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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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