Properties of Remote Thing data change value through Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
-
Troubleshooting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please share which Edge SDK is it and which version of it together with the version of ThingWorx Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is the second URL a typo (Temparature is a misspelled Temperature)? Does it match your actual property name?
