Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello everyone;
In link bellow i can see that we can import one or more entities using rest api.
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
Solved! Go to Solution.
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
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
Thank you. It works !