Prior discussion of this topic
I have found an similar question here that is quite old. Hoping for an update.
I have found a possible development in the right direction, but as far as I can tell, this doesn't work in my case because I am not using the Forge Model Viewer and do not have a URN
that works with the referenced API endpoint.
Question Details
I have a use case where we want to get the details for a particular Revit model via the Forge API. We're getting the inputs needed to use the Revit 2021+ APIs ConvertCloudGUIDsToCloudPath Method (String, Guid, Guid) Method : region
, projectId
, and modelId
.
The last piece of the puzzle is proving difficult to find. My automation process passes this information to an app that launches the correct Revit version and then our Revit addin uses the Revit API referenced above to open the cloud model. This process runs on a Windows virtual machine and is not monitored by a user. Right now we have to ask the submitting user for the Revit version (to be launched) because we cannot find it in the Forge API. This seems like a simple thing that should be available at the BIM 360 / ACC project level since each project can have only one Revit version. OR, it should be available from the Data Management API item data. I have not found it in either location.
Insights would be appreciated!