Clash Detection Suppression Rules
Download API definition:
GET https://sampleHostName/clashdetection/suppressionRules?projectId[&continuationToken][&$top]
Retrieves a list of clash detection suppression rules for the project specified by the project id.
Notes
The Prefer header can be used to specify how much rule metadata is desired
"return=minimal" (default) - returns the minimum suppression rule metadata
"return=representation" - returns the full suppression rule 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.