Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
How do I download the AS_STORED configuration on C++ or odata endpoints? I see in documentation its not directly possible with checkout, but I need this. Is there a workaround? How do I get the relationship tree AS_STORED?
This article says its not part of current functionality:
https://www.ptc.com/en/support/article/CS382620?source=search
You might have to create your own webservice. Windchill API is Java so you would have to customize your own service to do this operation. Then you can call this via C++ or other means.