Get Recorded Actions

Get recorded actions.

GET /record/{policyId}/recording/actions

Get recorded actions. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Request Body

content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/RecordActionDTO'

Last updated