Skip to main content
1-Visitor
March 28, 2018
Solved

Get Implementing Things of a Thing Template

  • March 28, 2018
  • 1 reply
  • 7422 views

Hello Everyone,

 

in the mashup builder you are able to use the service "getImplementingThings" from a selected Thing Template. I would like to use this service in an SDK or even somewhere else in the composer, but i cant find it neither in my Thing Templates services nor in the Resources Entity services.

 

Thanks for your help.

Best answer by Velkumar

Hello @drieder

 

You can use "GetImplementingThings" in Custom service or SDK using following code,

 

var result = ThingTemplates["ThingTemplateName"].GetImplementingThings();

 

Regards,

Velkumar R

 

 

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
March 28, 2018

Hello @drieder

 

You can use "GetImplementingThings" in Custom service or SDK using following code,

 

var result = ThingTemplates["ThingTemplateName"].GetImplementingThings();

 

Regards,

Velkumar R

 

 

drieder1-VisitorAuthor
1-Visitor
March 28, 2018

Thank your very much, exactly what i was looking for! I wonder where you can see all Services that are available for e.g ThingTemplates (like in this case)...

19-Tanzanite
March 28, 2018

Hi @drieder

 

You can use Thingworx Documentation to see all services related to entities.

 

http://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=ID539789060&action=show

 

Regards,

Velkumar R