Container for iModel object.
Full representation of the iModel.
TableSchemadisplayName
String
Display name of the iModel. Corresponds to Name property.
description
String,null
Description of the iModel.
createdDateTime
String
Date when the iModel was created.
iTwinId
String
Id of the iTwin that iModel belongs to.
isSecured
Boolean
Indicates if permissions at the iModel level are configured. true
- iModel level permissions are configured. Permissions at iModel level override the iTwin level permissions. false
- iModel permissions are not configured and the iTwin level permissions are applied.
extent
The maximum rectangular area on the Earth which encloses the iModel. The maximum extent is used to help keep your iModel clean. When new elements are imported, those outside the extent will be flagged for further processing. This extent will also help to zoom to the area of interest in web viewers.
state
String
Indicates the state of the iModel. Possible values: 'initialized', 'notInitialized'.
_links
Contains the hyperlinks to the related data of the iModel.
Properties of the iModel to be updated.
TableSchemadescription
String,null
Description of the iModel.
extent
The maximum rectangular area on the Earth which encloses the iModel. The maximum extent is used to help keep your iModel clean. When new elements are imported, those outside the extent will be flagged for further processing. This extent will also help to zoom to the area of interest in web viewers.
Hyperlinks to related data which complements this entity.
TableSchemacreator
Information about the creator of the entity.
changesets
Link to retrieve Changesets of the iModel.
namedVersions
Link to retrieve Named Versions of the iModel.
Hyperlink container.
TableSchemahref
String
Hyperlink to the specific entity.
A rectangular area on the Earth. A rectangular area is defined by two latitudes and two longitudes that represent the four sides of a rectangular area on the Earth.
TableSchemasouthWest
South Latitude, West Longitude.
northEast
North Latitude, East Longitude.
A point on the Earth specified by a latitude and longitude.
TableSchemalatitude
Double
Latitude. Latitude ranges between -90 and 90 degrees, inclusive.
longitude
Double
Longitude. Longitude ranges between -180 and 180 degrees, inclusive.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.