For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

policyID*

String

Selected policy ID

tag*

String

Tag from the selected policy

{
    application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Last updated