Deprecated, Schema Info
Download API definition:
GET https://api.bentley.com/clashdetection/schemas/imodels/{id}?projectId
Gets the schemas for the latest named version of an iModel. This request relies on a previous call to start schema extraction 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 schemas by calling POST /clashdetection/schemas/imodels
Authentication
Requires Authorization
header with valid Bearer token for scope clashdetection:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.