Exporting Message ID

EXPORTING MESSAGE ID FOR A POLICY

Return Hedera message ID for the specified published policy

GET /policies/{policyId}/export/message

Returns the Hedera message ID for the specified policy published onto IPFS. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyID*

String

Selected policy ID

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExportPolicy'
}

Last updated