We have several Revit projects hosted on BIM360 and need to extract link information from the files.
The links where created in Revit following the proposed workflow described here.
Querying the references endpoint of the data management API {{FORGE_HOST}}/data/v1/projects/:project/versions/:version/relationships/refs
, we sometimes get empty arrays, while sometimes all works as expected.
We tried to find the differences between the files that worked and those that didn't and queried additional version information using {{FORGE_HOST}}/data/v1/projects/:project/versions/:version
.
The one/only? distinguishing factor that we found is that all files that do not show links where those that had attributes.extension.data.isCompositeDesign = true. However, we have no idea how to avoid isCompositeDesign upon creating the files and links in Revit.
We would be grateful for any hints regarding
- if this flag has indeed direct effect on the way links are processed.
- what this flag means and what leads to it being true