For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieval of Data from Root Policy Block

RETRIEVING DATA FROM ROOT POLICY BLOCK

Retrieves data for the policy root block

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

Path Parameters

Name
Type
Description

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