cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Manually Exporting ThingWorx as ThingWorxStorage via Rest API

mberber
11-Garnet

Manually Exporting ThingWorx as ThingWorxStorage via Rest API

Hello everyone;

In link bellow i can see that we can import one or more entities using rest api. 

https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx%2FHelp%2FGetting_Started%2FImportingandExportinginThingWorx%2FManuallyImportingandExporting.html%23

 

I would like to do Export as ThingWorx storage via Rest API and make that request daily bases.

 

Is it possible ? 

 

We are using ThingWorx Foundation 8.5.

 

Thanks!

 

Murat

1 ACCEPTED SOLUTION

Accepted Solutions
mnarang
17-Peridot
(To:mberber)

You can use this REST end point to export 
https://localhost:8443/Thingworx/ExportDatabase?WithData=false

Where the last option is to include data or not and do a Get on this end point .

 

 

Thanks ,

Mukul Narang

View solution in original post

2 REPLIES 2
mnarang
17-Peridot
(To:mberber)

You can use this REST end point to export 
https://localhost:8443/Thingworx/ExportDatabase?WithData=false

Where the last option is to include data or not and do a Get on this end point .

 

 

Thanks ,

Mukul Narang

mberber
11-Garnet
(To:mnarang)

Thank you. It works !

Top Tags