Skip to main content
12-Amethyst
April 22, 2020
Solved

Manually Exporting ThingWorx as ThingWorxStorage via Rest API

  • April 22, 2020
  • 1 reply
  • 1649 views

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

Best answer by mnarang

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

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
April 22, 2020

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

mberber12-AmethystAuthor
12-Amethyst
April 26, 2020

Thank you. It works !