Skip to main content
1-Visitor
April 19, 2016
Question

Customize `GetImplementingThings` service

  • April 19, 2016
  • 1 reply
  • 1131 views

I am new to ThingWorx and want to get some practical flavour of implementing services on this example.

I have such data model:

Thing: Car(Infotable) has Sensor(Infotable)

I want to have service of CarTemplate that will return all implemented Cars and instead of Sensor's Object it will return Sensor's 'name' property.

What I have now:

"Car1Name" |  SensorObject

What I want:

"Car1Name" | "Accelerator1Name"

Please, help me to make it happens.

I asked this question also at stackoverflow: https://stackoverflow.com/questions/36721805/thingworx-customize-getimplementingthings-service

1 reply

1-Visitor
April 20, 2016