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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

update propertyVTQ of Thing by REST API

anishi
14-Alexandrite

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
Announcements


Top Tags