GET https://api.bentley.com/clashdetection/modelsandcategories/imodels/{id}?projectId
Gets the models and categories for the named version of an iModel. This request relies on a previous call to start the extraction job on an agent. Since this extraction completes asynchronously, the user can send this request periodically until a status of 'available' is returned in the response.
-
Discover iModel ids by calling GET /imodels
-
Extract iModel models and categories by calling POST /clashdetection/modelsAndCategories/imodels
Authentication
Requires Authorization
header with valid Bearer token for scope itwin-platform
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.