Returns the list of saved mock-up data for the selected block

Returns the list of saved mock-up data for the selected block

GET /policies/{policyId}/dry-run/block/{tagName}/history

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Id

tagName

string

Block Name (tag)

Response

{
   description: Input data.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DebugBlockHistoryDTO'
}

Last updated