Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.
