Request Block Data
Requests block data. Only users with a role that described in block are allowed to make the request.
Authorizations
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001
uuidstringRequiredExample:
Block Identifier
00000000-0000-0000-0000-000000000000
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
503
Block Unavailable.
application/json
get
GET /api/v1/policies/{policyId}/blocks/{uuid} 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