Clash Detection Runs
Download API definition:
GET https://sampleHostName/clashdetection/runs?projectId
Retrieves a list of Clash Detection runs for the project specified by the project id.
Notes
The Prefer header can be used to specify how much clash detection run metadata is desired
"return=minimal" (default) - returns the minimum clash detection run metadata
"return=representation" - returns the full clash detection run metadata
Authentication
Requires Authorization
header with valid Bearer token for scope clashdetection:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.