Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I want to capture current Mashup but It can not work.
Is there a URL that current Mashup in Thingworx?
Thank you.
kiyong.
Solved! Go to Solution.
Hi Kiyong, i am not sure if get it right, are you looking to access your mashup via its URL? You can usually view all the mashups if you'd use something like this http://<ThingWorxServer>/Thingworx/Mashups
This will list you all the mashups and if you'd click on one of them you will have the direct URL to that mashup in your browser.
Please do correct me if i got your use case wrong.
Cheers.
Hi Kiyong, i am not sure if get it right, are you looking to access your mashup via its URL? You can usually view all the mashups if you'd use something like this http://<ThingWorxServer>/Thingworx/Mashups
This will list you all the mashups and if you'd click on one of them you will have the direct URL to that mashup in your browser.
Please do correct me if i got your use case wrong.
Cheers.
Thanks for your reply.
But, I am looking to access my current mashup like this <http://ServerName/Thingworx/Runtime/index.html#mashup=MashupName&__fromBuilder=BuilderNumber>.
I want to know it is possible. Thank you.
Hi Kiyong, yes you can access it something like this http://<serverName>:8080/Thingworx/Runtime/index.html#mashup=DataTableMashup
Note here the DataTableMashup is the name of my Mashup. When accessing your mashups like that you will be prompted for the Authentication if you do not wish to authenticate via the Username/Password you can include the Application Key tied to that user directly in your URL
I am sorry but I already know that way and it is not correct answer.
for example, I work mashup, and I want to raise working mash up into another tab.
Is it possible? I want to know it.
Sorry Kiyong, i am bit confused now with your requirement. By working do you refer to editing the mashup and you want to open same mashup in edit mode on two different browser tabs? If you are just viewing the mashup then it should be doable just via the URL shared above
Yes I want to open same mashup on two different browser tabs. Edit the mashup and Open another tab, then same mashup appear.
Did you try to add a Link widget in the mentioned mashup above;
then you feed the sourceUrl in the Link widget with the url of the current mashup: http://<serverName>:8080/Thingworx/Runtime/index.html#mashup=<mahsupname>
and choose New Window in the TargetWindow of the Link widget Properties.
Hope this helps,
Br,
Anna
Thank you all,
But It is not really I wanted answer.
Maybe it is not exists what calls currently editing mashup.
Once again, Thank you for all your reply.