Governance
Gets specified policy
Fetches the specified policy version, or the latest if no version is provided.
get/rest/api/v1/governance/data/policies/{id}
Path parameters
idstring required
The id of the policy to fetch.
Query parameters
versioninteger
The version of the policy to fetch. Each time a policy is updated, the older version is still stored. If this is left empty, the latest policy is fetched.
Response
OK