Exporting Policy to Excel

Return policy and its artifacts in a xlsx file format for the specified policy.

GET /policies/{policyId}/export/xlsx

Returns a xlsx file containing the published policy and all associated artifacts, i.e. schemas and VCs. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyId*

String

Policy Id

content:
            application/json:
              schema:
                type: string
                format: binary

Last updated