windchill API which gives all cad documents url in output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
windchill API which gives all cad documents url in output
I need a windchill API which gives all cad documents url in output. For every partnumber, i need url for the files .prt, .asm, .drw.
Solved! Go to Solution.
- Labels:
-
API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I got both epm id from this getPartsInPartsByID API from ProdMgmt/Parts which i can use in GetRepresentations API from CadDocumentMgmt/CadDocuments to get url.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you looking for the details page or the content link? I have written JSP page that returns the content WTDocs via parameters, very similar. APIs should be similar. A word of caution on directly accessing the content in this manner. Workspaces are able to handle things like rename events dynamically. For example, you know in Creo that the assembly and drawing call for their dependents by their filename. I am able to change the filename in PDMLink at any time. The binary content of the assembly and drawing are not touched where they sit in the vaults. They are dynamically altered when they enter a workspace. This means if you directly access those files in this manner, that rename adjustment will not occur and they will be looking for the old filename.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Iam using GetRepresentations API from CadDocumentMgmt/CadDocuments. In Output JSON, iam am getting url for first CAD Document. But I need a API which returns url of all the CAD Documents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I got both epm id from this getPartsInPartsByID API from ProdMgmt/Parts which i can use in GetRepresentations API from CadDocumentMgmt/CadDocuments to get url.
