Retrieves Block Data by Tag
Requests block data by tag. Only users with a role that described in block are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001tagNamestringRequiredExample:
Block name (Tag)
block-tagResponses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
503
Block Unavailable.
application/json
get
/policies/{policyId}/tag/{tagName}/blocksLast updated