Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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.
Solved! Go to Solution.
Hello @drieder
You can use "GetImplementingThings" in Custom service or SDK using following code,
var result = ThingTemplates["ThingTemplateName"].GetImplementingThings();
Regards,
Velkumar R
Hello @drieder
You can use "GetImplementingThings" in Custom service or SDK using following code,
var result = ThingTemplates["ThingTemplateName"].GetImplementingThings();
Regards,
Velkumar R
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
The Link was exactly the collection i was looking for :D
Thank you very much!
Regards,
Dominik