Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
We have a PTC hosted ThingWorx Sandbox which I access through the web-interface. When I attempt to export Source Control Entities (Import/Export->Source Control Entities) it reports success but appears to save them to the server (or at least does not save them anywhere on my system).
Should this be saving the files to the server? Is there a way to access the files from the server? Or is there a way to export them to my system?
You may go to your FileRepository, find the service named GetDirectoryStructure
Then use the service GetFileListingWithLinks to download the files needed.
Alterntatively you may open a support ticket with Cloud Services and they will provide you the export.
Thanks. That will work (with a little automation to push stuff to my system).
Hi Matthew in addition to this you can also use the CreateZipArchive service available in FileRepository Thing to zip all the entities in a single zip file and download them as a single file.
I hope it helps.