Runs clash detection tests for the specified job ids (test ids) [currently restricted to one test run per request] and returns the clash report ids. The maximum number of clashes can be specified with the resultsLimit parameter in the request body. If none is specified, the default is 100,000.
-
This API has a rate limit of 6 API calls per second. If an application exceeds the rate limit it will receive an HTTP error code 429 "Too Many Requests". The error response includes a Retry-After header that indicates how long clients should wait before retrying.
-
To retrieve the run status as the agent job completes asynchronously, use the clash report id to call GET /clash-detection/itwins/{itwinId}/reports/{id}
-
Discover test ids by calling GET /clash-detection/itwins/{itwinId}/tests
-
Discover iModel ids by calling GET /imodels/?iTwinId
-
Discover changeset ids by calling GET /imodels/{id}/changesets
Authentication
Requires Authorization
header with valid Bearer token for scope itwin-platform
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.
Was this page helpful?