Skip to main content
1-Visitor
August 21, 2017
Solved

How can I get current Mashup url

  • August 21, 2017
  • 8 replies
  • 4724 views

I want to capture current Mashup but It can not work.

Is there a URL that current Mashup in Thingworx?

Thank you.

kiyong.

Best answer by supandey

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.

8 replies

supandey5-Regular MemberAnswer
5-Regular Member
August 21, 2017

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.

kpark11-VisitorAuthor
1-Visitor
August 22, 2017

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.

5-Regular Member
August 22, 2017

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