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

Retrieve Label document by ID

Retrieves label document.

get

Retrieves label document for the specified ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
definitionIdstringRequired

Label Definition Identifier

Example: 000000000000000000000001
documentIdstringRequired

Label Document Identifier

Example: 000000000000000000000001
Responses
200

Successful operation.

application/json
idstringOptionalExample: 000000000000000000000001
definitionIdstringOptionalExample: 000000000000000000000001
policyIdstringOptionalExample: 000000000000000000000001
policyTopicIdstringOptionalExample: 0.0.1
policyInstanceTopicIdstringOptionalExample: 0.0.1
topicIdstringOptionalExample: 0.0.1
creatorstringOptionalExample: #did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
ownerstringOptionalExample: #did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
messageIdstringOptionalExample: 0000000000.000000001
targetstringOptionalExample: 0000000000.000000001
relationshipsstring[]OptionalExample: ["0000000000.000000001"]
documentobject Β· nullableOptional
get
/policy-labels/{definitionId}/documents/{documentId}

Last updated