Skip to main content
4-Participant
June 14, 2025
Question

How do I download the AS_STORED configuration on C++ or odata endpoints?

  • June 14, 2025
  • 1 reply
  • 296 views

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?

1 reply

avillanueva
23-Emerald I
23-Emerald I
June 16, 2025

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.