get https://{hostname}/papi/v1/properties//versions//rules
Gets the entire rule tree for a property version. See the Rule Trees section for details on the response object's structure.
Also use this operation to:
- Update a set of features to their most recent version in the
latest
rule format. See Dynamic rule updates for more details. - Update from one frozen rule format to a more recent version, incrementing the assigned set of features. See Update rules to a newer set of features.
If the response includes any validation errors, you need to resolve them before activating the property version.
Recipes
Get a property rule tree
Open Recipe