To whom it may concern,
I have been using the the following Rest Endpoint to get me all the information I need for ACC hosted models :
https://developer.api.autodesk.com/data/v1/projects/{project_id}/folders/{folder_id}/contents?page[n.... However, it is not returning the new version number when I upgrade the project in the cloud. I tried this endpoint to get me file specific data, but it returned the old version number as well:
https://developer.api.autodesk.com/modelderivative/v2/designdata/{urn}/manifest.
Is there another Rest Endpoint that I can call or is there currently no way to retrieve the updated version via the Model Derivative API ?