ohra
ohra

Reputation: 506

Listing model files in BIM360 through data management API

I have a need to display models stored in BIM360 in the Forge Viewer. For this reason I'd like to list all models that are contained in a project.

I was looking at fetching them using the search API. Is this a reasonable way to do it? I guess the only way to identify model files is to use attributes.fileType in the filter? And then look at the relationships.derivatives data. Or is there some other way to search for models?

Upvotes: 1

Views: 144

Answers (1)

Eason Kang
Eason Kang

Reputation: 7080

Unfortunately, your request is not supported by the Search API currently. With my experience, extracting relationships.derivatives out is the only way manually from the API responses that contain this attribute e.g.

Upvotes: 2

Related Questions