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

Properties of Remote Thing data change value through Rest API

pyadav1
1-Newbie

Properties of Remote Thing data change value through Rest API

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


4 REPLIES 4
supandey
19-Tanzanite
(To:pyadav1)

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.

supandey
19-Tanzanite
(To:pyadav1)

Could you please share which Edge SDK is it and which version of it together with the version of ThingWorx Server?

BruceHulse
6-Contributor
(To:pyadav1)

Is the second URL a typo (Temparature is a misspelled Temperature)? Does it match your actual property name?

Top Tags