Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I want to get specific property data changes from remote thing using Rest API.
Thins is working fine
GET http://172.16.1.59/Thingworx/Things/mcfThingRemote1/Properties/
This is not. Why??
GET http://172.16.1.59/Thingworx/Things/mcfThingRemote1/Properties/Temparature
Pradeep, are you doing this via an Edge SDK? or just REST calls from your Edge device? What sort of an error you receive when using 2nd option?
I am using a steam simulator(edge SDK) as client/device which is sending continues data to thingworx server.
Now I am using Rest call to remote thing to receive the data sent by simulator.
I am getting 500 internal server error.
Could you please share which Edge SDK is it and which version of it together with the version of ThingWorx Server?
Is the second URL a typo (Temparature is a misspelled Temperature)? Does it match your actual property name?