Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi ,
In ThingWorx , any snippet is available to get the list of Thing Template and Thing names .
Thanks In Advance.
Solved! Go to Solution.
Hi,
If you are asking how to get the list of Templates or Things from Thingworx, you can use Resources > EntityServices > GetEntityList service, using Type = Thing or Type=ThingTemplate.
Hope it helps,
Raluca Edu
Thanks for the quick updated and the snippet doesn't display the thing template for each thing so how to achieve this.
To get the template for each thing, you can use the GetThingTemplate service:
result = me.GetThingTemplate();
Hope it helps,
Raluca Edu
Hi @Saranya_S.
If you feel your question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community.
Regards.
--Sharon