Is there REST (or any other) API to edit Thingworx Studio projects?
Oct 31, 2017
05:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 31, 2017
05:20 PM
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
- Tags:
- thingworx studio 8
2 REPLIES 2
Nov 02, 2017
04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 03, 2017
03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 03, 2017
03:34 PM
Vladimir Parfenov Well for few things Studio does allow CURL commands i.e., to delete / update / publish projects and to get a list of all projects.
But for other feature, I guess that may not be possible. At least as of now there isn't one such. If you are familiar with ThingWorx Composer, I couldn't imagine adding a widget to a project through a REST call.