Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.
