Request Block Data

REQUESTING BLOCK DATA

Requests block data

GET /policies/{policyId}/blocks/{uuid}

Requests block data. Only users with a role that described in block are allowed to make the request.

Path Parameters

NameTypeDescription

policyID*

String

Selected policy ID

uuid*

String

Selected block UUID

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyBlockData'
}

Last updated