Deprecated, Schema Info
Download API definition:
POST https://api.bentley.com/clashdetection/schemas/imodels/{id}
Extracts the schemas for the latest named version of an iModel.
A status of 202 is returned if the schema extraction was successfully started. The job completes asynchronously so the user can periodically call GET /clashdetection/schemas/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 clashdetection:modify
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.