Minimal representation of a iTwin that contains only id, class, subClass, type, number and displayName.
TableSchematype
String,null
An open ended property to better define your iTwin's Type.
number
String
A unique number or code for the iTwin. This is the value that uniquely identifies the iTwin within your organization.
displayName
String
A display name for the iTwin.
Full representation of a iTwin.
TableSchematype
String,null
An open ended property to better define your iTwin's Type.
number
String
A unique number or code for the iTwin. This is the value that uniquely identifies the iTwin within your organization.
displayName
String
A display name for the iTwin.
dataCenterLocation
String
Data Center Regions. Default is East US.
status
Must be one of Active, Inactive or Trial. The default value is Active. By default, Inactive iTwins are not returned from the Get my iTwins API unless requested using the includeInactive parameter.
parentId
String,null
The Id of the parent of this iTwin. For example, a Project iTwin could be a child of an Asset iTwin.
iTwinAccountId
String,null
The Id of the Account that owns this iTwin. The Account is also the root of any iTwin hierarchy.
imageName
String,null
The name of the image. The name is unique and will only change if the image changes.
image
String,null
The URL of the image. This is a small, thumbnail image that was created using the Upload iTwin Image API. The URL will be valid for a minimum of 1 hour.
createdDateTime
Date-time
The date that the iTwin was created.
createdBy
String,null
The Id of the user that created the iTwin.
A list of iTwins in the minimal representation format.
TableSchemaiTwins
A list of iTwins in the minimal representation format.
_links
Contains the hyperlinks to the previous and next pages of results.
A list of iTwins in the full representation format.
TableSchemaiTwins
A list of iTwins in the full representation format.
_links
Contains the hyperlinks to the previous and next pages of results.
URLs for redoing the current request, getting to the previous or next page of results, if applicable containg.
TableSchemaself
URL for redoing the current request.
next
URL for getting the next page of results.
prev
URL for getting the previous page of results.
One of 'Active', 'Inactive', 'Trial'
Contains error information and an optional array of more specific errors.
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.