Changelog
Jun 9, 2023
Removed
NamedVersionCreatedEvent Property
Removed the versionName
property from the NamedVersionCreatedEvent event.
Apr 24, 2023
Added
New ChangesReadyEvent
Added the option to subscribe to ChangesReadyEvent
events for iModels. ChangesReadyEvent
is triggered when there are new changes to the iModel which are ready to be processed.
Oct 14, 2022
Added
New ChangesetGroupCompletedEvent
Added the option to subscribe to ChangesetGroupCompletedEvent
events for iModels. ChangesetGroupCompletedEvent
is triggered when a changeset group is closed with state "Completed".
Oct 12, 2021
Announcement
Initial technology preview release of the API.
Added
Callback URL validation
Added callback URL validation for all new webhooks. Webhook will not be activated until the ownership of the callback is validated.
Added new API operation for manual callback URL validation.
Schema changes
- Added new webhook property
isValidated
in webhook collection response. - Added new properties
isValidated
andvalidationState
in webhook details response. - Added
id
property in webhook creation response.
Changed
Event names
Event ChangeSetPushedEvent
was renamed to ChangesetPushedEvent
.