cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Get Mashup Name using services in thing services

xiaoqw
15-Moonstone

Get Mashup Name using services in thing services

Hi, 

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

1 REPLY 1

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

Top Tags