Returns Hedera ID for specific Module
Was this helpful?
GET /modules/{uuid}/export/message
Returns the Hedera message ID for the specified module published onto IPFS. Only users with the Standard Registry role are allowed to make the request.
uuid*
String
Selected module ID.
{
content:
application/json:
schema:
$ref: '#/components/schemas/ExportModule'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?