Question
Get List of all Thing Templates
Hello Everyone,
i am struggling with finding out how to get a list of all ThingTemplates (or at least their names) in the TWx Platform. Optionally it would be nice to filter these on "has things that implement template" and "does not have things that implement template".
In the Platform API Documentation i found a method on ThingTemplates:
getAllImplementedThingTemplates() -> returns an EntityReferenceCollection
But i don't know how to invoke this service properly (e.g What is the name of the Entity this service is invoked on?)
Any help is appreciated very much.
Regards,
Dominik

