Retrieve a list of created Label documents

Return a list of all label documents.

get

Returns all label documents.

Authorizations
Path parameters
definitionIdstringRequired

policy label Identifier

Example: 000000000000000000000001
Query parameters
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
Responses
200
Successful operation.
application/json
get
GET /api/v1/policy-labels/{definitionId}/documents HTTP/1.1
Host: 
Authorization: Bearer JWT
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