Returns Block ID by tag

RETURNING BLOCK ID FROM POLICY BY TAG

Requests block ID from a policy by tag

GET /policies/{policyId}/tag/{tag}

Requests block ID from a policy by tag. Only users with the Standard Registry and Installer roles are allowed to make the request

Path Parameters

NameTypeDescription

policyID*

String

Selected policy ID

tag*

String

Tag from the selected policy

{
    application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
}

Last updated