Retrieval of Data from Root Policy Block
Last updated
GET /policies/{policyId}/blocks
Returns data from the root policy block. Only users with the Standard Registry and Installer role are allowed to make the request
policyID*
String
Selected policy ID
{
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyBlock'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated