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}/historyHeaders
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'
}{
description: Unauthorized.
}description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?