POST https://api.bentley.com/clashdetection/modelsandcategories/imodels/{id}
Extracts the models and categories for the latest named version of an iModel.
-
A status of 202 is returned if the extraction job was successfully started. The job completes asynchronously so the user can periodically call GET /clashdetection/modelsAndCategories/imodels until a status of 'available' is returned with the response.
-
Discover iModel ids by calling GET /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.