Changed Elements
Download API definition:
PUT https://api.bentley.com/changedelements/tracking
Enables or disables change tracking for an iModel. This operation requires you to pass the enable value, iModel Id and project Id in the body of the request as a JSON object.
Once enabled, when creating a new named version of an iModel, or when a changeset group completes, the changesets are processed to find all changed elements. You can then request this data using the GET /comparison
operation.
Authentication
Requires Authorization
header with valid Bearer token for scope changedelements:modify
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.