Table of contents
iTwins
Download API definition:

Changelog

Sep 30, 2024

Changed

The subClass parameter is no longer required when querying for an iTwin. iTwins of all subClasses are queried if not specified.

Multiple subClasses can be specified when querying for an iTwin using a comma delimited string. Example: subClass=Asset,Project will find all Assets or Projects matching your query criteria.

May 14, 2024

Added

Added support for Subsurface class and EvoWorkspace subclass to the iTwin Repositories API.

May 9, 2024

Added

Added the ianaTimeZone property to the iTwin model.

Dec 19, 2023

Added

Added the geographicLocation property to the iTwin model.

Aug 21, 2023

Added

Added the includeInactive parameter to all APIs used to query iTwins. You must set includeInactive=true if you want Inactve iTwins to be include in the query results.

Jul 26, 2023

Added

Added the ability to specify an image to use as a thumbnail for iTwins.

  • Added the iTwins/{iTwinId}/image API that is used to add/remove an iTwin image.
  • Added imageName and image properties to the iTwin.

Dec 5, 2022

Announcement

Functionality for managing iTwins and iTwin repositories released to Technology Preview.

Functionality for recent and favorite iTwins released to Technology Preview.

Added

Added the parentId property to iTwins. This allows you to create a hierarchy of iTwins.

Added

Added support for new subclasses of iTwins.

  • Thing:Portfolio
  • Endeavor:Program
  • Endeavor:WorkPackage
Added

Added support for Account iTwins.

  • Added iTwins/MyPrimaryAccount API
  • Added iTwins/{iTwinId}/Account API
  • Added iTwinAccountId property to iTwin model
  • Added iTwinAccountId query parameter
Changed

The iTwin number is no longer required when creating a new iTwin. If not specified or null, then it will default to be the same value as the auto generated iTwin Id.

The iTwin displayName is no longer required to be unique.