For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export message IDs of Schema

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

Name
Type
Description

schemaID*

String

Selected schema ID

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

Was this helpful?