Returns Schema in Excel file format

Return schemas in a xlsx file format for the specified policy.

GET /schemas/{schemaId}/export/xlsx

Returns a xlsx file containing schemas. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

schemaId*

String

Schema ID

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

Last updated