Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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();