Returns the list of saved mock-up data for the selected block
GET /policies/{policyId}/dry-run/block/{tagName}/historyName
Value
Name
Type
Description
{
description: Input data.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/DebugBlockHistoryDTO'
}{
description: Unauthorized.
}description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated