I'm using a combination of the Postman tutorials available on Autodesk Platform services. I'm using data management to access the signed s3 download url of a revit model in BIM360 through the versions endpoint, then using this to upload a file to a bucket and start a translation job in Model Derivative to show in the Viewer.
When the job is complete, I cannot see the linked structures involved in the revit file and am only getting the information of the model directly saved in it.
The url used is taken from the version: file['relationships']['storage']['meta']['links']['href'] + "/signeds3download"
Looking at the tutorials for Inventor, those files come with an assembly instruction file (.iam) is there a similar process / file for revit models?