Skip to main content
1-Visitor
November 28, 2019
Question

Get Mashup Name using services in thing services

  • November 28, 2019
  • 1 reply
  • 811 views

Hi, 

I want to use thing services to get Mashup name. how to do that?

1 reply

16-Pearl
December 2, 2019

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