Skip to main content
5-Regular Member
March 28, 2016
Question

ThingWorx Entities like Mashups Storing

  • March 28, 2016
  • 2 replies
  • 2070 views

Hello,

    Where are the ThingWorx Entities like mashups are stored/Saved? Can that be saved in different folder structure?

The usecase is, need to have same name mashup at different folders like can have same name document in different folders. And then should be able to  invoke through REST like Thingworx/Mashups/Planning/MyOpenWork   and Thingworx/Mashups/Change Management/MyOpenWork


How can this be made possible? Any pointers, links to relevant documentation will help here.

Thx.

Vijay

2 replies

1-Visitor
March 28, 2016

You can't control TW on that way, don't expect to use REST URLs on your own desires.

5-Regular Member
March 28, 2016

Is there any way to achieve similar behaviour/functionality?

5-Regular Member
March 28, 2016

If you want to keep track of the Mashups you are managing you could always use custom tags to make searching for them in Composer easier.

5-Regular Member
March 28, 2016

Vijay, Unfortunately you are not going to be able to control where Mashups are stored. All Mashups are accessible via the REST API like so: "localhost/Thingworx/Mashups/MASHUP_NAME" You need to modify the IP address, port, and protocol as necessary to fit your server configuration.