Export message IDs of Schema

EXPORTING HEDERA MESSAGED IDS OF PUBLISHED SCHEMA

Hedera message IDs of published schemas

POST /schemas/{schemaId}/export/message

Returns Hedera message IDs of the published schemas, these messages contain IPFS CIDs of these schema files. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

schemaID*

String

Selected schema ID

{
    content:
            application/json:
              schema:
                $ref: "#/components/schemas/ExportSchema"
}

Last updated