I am using Forge to download Revit models through this API:
GET buckets/:bucketKey/objects/:objectName
If I try to download a Revit model that contains link documents, I only get one single Revit model (the root file) and none of the linked documents would be downloaded. But if I download the same model directly from BIM 360, it is downloaded as a zip file that contains all the links. How can I get the same behavior through the Forge API?
P.S. I am pretty sure I used to get the proper behavior from Forge API as well, so this might be a regression.