Retrieve Label document by ID
Retrieves label document for the specified ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
definitionIdstringRequiredExample:
Label Definition Identifier
000000000000000000000001documentIdstringRequiredExample:
Label Document Identifier
000000000000000000000001Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/policy-labels/{definitionId}/documents/{documentId}GET /api/v1/policy-labels/{definitionId}/documents/{documentId} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "000000000000000000000001",
"definitionId": "000000000000000000000001",
"policyId": "000000000000000000000001",
"policyTopicId": "0.0.1",
"policyInstanceTopicId": "0.0.1",
"topicId": "0.0.1",
"creator": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
"owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
"messageId": "0000000000.000000001",
"target": "0000000000.000000001",
"relationships": [
"0000000000.000000001"
],
"document": {}
}Last updated