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();