Message 1 of 1
What API to get milestones information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are trying to streamline our part versioning and exports, and want to use Milestones as a way to track stable releases.
I've been playing with Fusion python API and realized there's no way to get info on versions or milestones.
I tried using Fusion Data Management REST API. I can get a list of versions, who made the change and when. But no info whatsoever about milestones.
I also tried using Text Commands in python. This works, I can get all the info I need about versions and milestones, but it's a bit hacky and unsupported.
What's the correct API I can use to get this information? It's all getting a bit confusing at this point.
Thanks!