Skip to main content
5-Regular Member
May 26, 2017
Solved

Ways to download project to Thingworx Studio

  • May 26, 2017
  • 3 replies
  • 4065 views

Hi, I'm wondering whether is a way to download project from "Experience Server" to local Thingworx Studio.

 

I created a project, published it to server, on one PC, but I need to modify it on another laptop. Is there a way that I can download it from server?

 

Btw, is there a CURL/REST API reference for Thingworx Studio?

 

Many thanks

Yifu

Best answer by mwassmann

Hej,

not easily, as the source is not equal to the published app.

if you still have laptop 1 - just copy the folder from Documents/Thingworx Studio/  Projects folder..

I'm currently working on it as well.

martin

Yifu Gu wrote:

Hi, I'm wondering whether is a way to download project from "Experience Server" to local Thingworx Studio.

I created a project, published it to server, on one PC, but I need to modify it on another laptop. Is there a way that I can download it from server?

Btw, is there a CURL/REST API reference for Thingworx Studio?

Many thanks

Yifu

3 replies

mwassmann5-Regular MemberAnswer
5-Regular Member
May 26, 2017

Hej,

not easily, as the source is not equal to the published app.

if you still have laptop 1 - just copy the folder from Documents/Thingworx Studio/  Projects folder..

I'm currently working on it as well.

martin

Yifu Gu wrote:

Hi, I'm wondering whether is a way to download project from "Experience Server" to local Thingworx Studio.

I created a project, published it to server, on one PC, but I need to modify it on another laptop. Is there a way that I can download it from server?

Btw, is there a CURL/REST API reference for Thingworx Studio?

Many thanks

Yifu

yigu5-Regular MemberAuthor
5-Regular Member
May 27, 2017

Thanks, Martin Wassmann​, I will take the project folder with me for now! Hope one day there will be a easier way to backup the source.

Thanks for the post, giri​, you mentioned, update/delete call in it, is there a sample for getting published projects?

5-Regular Member
May 29, 2017

You should use as source versioning system as for now.... e.g. git.

5-Regular Member
May 26, 2017

As of now, you can get the list of existing projects (published) using curl/postman. But not the project files.

FYI, follow this post in studio community- Re: Publishing the experience programmatically

1-Visitor
July 16, 2018

Hi,
is there a way to download the files somehow directly from the Experience Service?

Background: Local files of an experience are not available anymore; but we need to modify the experience. 

Raphael