Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer 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.