Property Value Rules
Download API definition:
GET https://sampleHostName/validation/propertyValue/rules?projectId[&continuationToken][&$top]
Retrieves a list of property value validation 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 property value validation rule metadata
"return=representation" - returns the full property value validation rule metadata
Authentication
Requires Authorization
header with valid Bearer token for scope validation:read
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.