Skip to main content
1-Visitor
February 11, 2020
Solved

Get all mashup's in thingworx

  • February 11, 2020
  • 1 reply
  • 1151 views

Hi,

Is it possible to get all the mashups in ThingWorx using snippets or services? I wanted to get all the mashup name without filtering by project tag or any other entity.

 

Thanks,

Shalini V.

Best answer by posipova

You can use the snippet /search function, SearchMashups, or  GetEntityList from the EntityServices and set the type to Mashup.

1 reply

posipova20-TurquoiseAnswer
20-Turquoise
February 11, 2020

You can use the snippet /search function, SearchMashups, or  GetEntityList from the EntityServices and set the type to Mashup.