Rest API for creating new workspace in Windchill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Rest API for creating new workspace in Windchill
I want to create a workspace in Windchill calling Rest API from our web application. But no where to find such API end point in any of the Windchill Rest API documentation.
Is it possible to create workspace using rest API, if not what are the alternative for it.
The goal is to create a workspace and then copy cad documents to that workspace from a web application.
- Labels:
-
CAD Data Mgmt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
HI @NS_8621206
There's other places to view the docs but I like the documentation viewer in the Windchill UI.
For the Odata REST APIs there's a nice swagger-like try it out feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Thanks for the reply, I have already explored both rest api docs but no where found api for action on workspace. I can see there is apis available for get and create folder but not for workspace.
I have seen some code in Javadoc (wt.epm.workspaces), but i wanted to know whether rest apis are available for creating and getting details of workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perhaps you could use InvokeIETask
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We seem to have this article published,
https://www.ptc.com/en/support/article/CS298264
But it looks like it hasn't been updated in awhile, for the newer versions of Windchill.
I would suggest opening a Support case, to inquire about this, and see if this has changed in more recent versions or not. We have a team of "customization" engineers, who have more knowledge of the API.
Mike