Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I want to use thing services to get Mashup name. how to do that?
hi,
on a particular thing you can run GetMashups() like below - it will return all those mashup names which are using that particular thing inform of infotable. further loop out infotable to get the desired name.
var result = Things["thingname"].GetMashups();