Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Version: Windchill 12.1
Use Case: Our users want to use the WRS via scripting to create relationships with WTDocuments like those available in the UI.
Description:
We used Article CS285572 to implement WRS customization that allow users to create WTPartDescribeLink between WTPart and WTDocument using REST Service(OData). We need similar directions for WTDocuments so that our users have the ability to create the same relationships with WTDocument via REST that are available in the UI.
you should develop the same as in article CS285572 but the link is wt.doc.WTDocumentDependencyLink with navigations describes anddescribedBy
Thanks, Fadel! It is my understanding that WTPart is based on linking masters and WTDocument is linking versions. Does this change anything in the code for exposing the endpoints?
