Skip to main content
1-Visitor
November 1, 2017
Question

Updating properties using a service and REST API

  • November 1, 2017
  • 1 reply
  • 1328 views

Hello,

I know that if I use the following URL I can put a value to a property:

https://Host:Port/Thingworx/Things/Thing/Properties/Property?method=put&value=X

I want to create a Service that calls this URL (or do something similar).

How can I make it? Do I have to use PutText or something like?
Does anyone have a script template?

Thanks

1 reply

5-Regular Member
November 10, 2017

Yago Lima​: Please review our existing knowledge based article on this topic and see if this help resolve your query.

How to call the RESTful API in a ThingWorx platform service

-Durgesh