Operations
Returns the information about iModel creation process.
Cloned iModels
When an iModel is a clone, the clonedFrom
response entity property will contain information about the source iModel from which this iModel was created, otherwise it will be null
. For more information on iModel cloning are please refer to the Clone iModel documentation.
This endpoint can be used to check if iModel cloning completed. Alternatively users could periodically query iModel details until the state
property is set to initialized
.
To get more information about the source iModel query iModel Details with id specified in clonedFrom.iModelId
property.
Authentication
Requires Authorization
header with valid Bearer token for scope imodels:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.
Authorization
User must have imodels_webview
permission assigned at the iModel level and at least imodels_webview
permission assigned at the iTwin level. If permissions at the iModel level are not configured, then user must have imodels_webview
permission assigned at the iTwin level.
Alternatively the user should be an Organization Administrator for the Organization that owns a given iTwin the iModel belongs to.
An Organization Administrator must have at least one of the following roles assigned in User Management: Account Administrator, Co-Administrator, or CONNECT Services Administrator. For more information about User Management please visit our Bentley Communities Licensing, Cloud, and Web Services wiki page.
Rate limits
All iTwin Platform API operations have a rate limit. For more documentation on that visit Rate limits and quotas page.