cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Get Implementing Things of a Thing Template

drieder
15-Moonstone

Get Implementing Things of a Thing Template

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @drieder

 

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

 

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

 

Regards,

Velkumar R

 

 

View solution in original post

4 REPLIES 4

Hello @drieder

 

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

 

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

 

Regards,

Velkumar R

 

 

drieder
15-Moonstone
(To:Velkumar)

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)...

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

 

drieder
15-Moonstone
(To:Velkumar)

 

The Link was exactly the collection i was looking for :D

 

Thank you very much!

 

Regards,

Dominik

Top Tags