Question
Is there REST (or any other) API to edit Thingworx Studio projects?
Is there REST (or any other) API to edit Thingworx Studio projects programattically?
I have automation process in mind that can create AR experiences from CAD Data without human interaction with Thingworx Studio.
I need the following programmatic abilities
- Login into Thingworx Studio
- List available thingmarks
- Create new Project
- Add models with their 3D coordinates
- Add Thingmark with its 3D coordinate (or [0, 0, 0] be default)
- Add application parameters and bind to model parameters
- Add 3D labels
- Add 2D components (Button, Checkbox, Label)
- Add Home.js content
- Publish to Experience Server
- Delete project
- Logout from Thingworx Studio
- Shutdown

