Get Running Results

Get running results.

GET /record/{policyId}/running/results

Get running results. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

Request Body

NameTypeDescription

*

Object

Object that contains options

content:
            application/json:
              schema:
                $ref: '#/components/schemas/RunningResultDTO'

Last updated