Retrieval of Data for Root Policy Block

Retrieves data for the policy root block.

get

Returns data from the root policy block. Only users with the Standard Registry and Installer role are allowed to make the request.

Authorizations
Path parameters
policyIdstringRequired

Policy Id

Example: 000000000000000000000001
Responses
200
Successful operation.
application/json
get
GET /api/v1/policies/{policyId}/blocks HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "id": "text",
  "blockType": "text",
  "blocks": [
    {
      "id": "text",
      "blockType": "text",
      "blocks": [
        {
          "id": "text",
          "blockType": "text",
          "blocks": [
            "[Circular Reference]"
          ]
        }
      ]
    }
  ]
}

Last updated