Returns Topic as per TopicID

Get topic

get

Returns topic

Path parameters
topicIdstringRequired

Message identifier

Example: 1706823227.586179534
Responses
200
Topic details
application/json
get
GET /api/v1/entities/topics/{topicId} HTTP/1.1
Host: 
Accept: */*
{
  "id": "1706823227.586179534",
  "uuid": "93938a10-d032-4a9b-9425-092e58bffbf7",
  "item": {
    "id": "667c240639282050117a1985",
    "topicId": "0.0.4481265",
    "consensusTimestamp": "1706823227.586179534",
    "owner": "0.0.1",
    "uuid": "93938a10-d032-4a9b-9425-092e58bffbf7",
    "status": "NEW",
    "statusReason": "Revoked",
    "lang": "en-US",
    "responseType": "str",
    "statusMessage": "text",
    "files": [
      "QmYtKEVfpbDwn7XLHjnjap224ESi3vLiYpkbWoabnxs6cX"
    ],
    "topics": [
      "0.0.4481265"
    ],
    "tokens": [
      "0.0.4481265"
    ],
    "type": "Topic",
    "action": "create-topic",
    "options": {
      "name": "Policy topic",
      "description": "Verra REDD Policy topic",
      "owner": "did:hedera:testnet:8Go53QCUXZ4nzSQMyoWovWCxseogGTMLDiHg14Fkz4VN_0.0.4481265",
      "messageType": "USER_TOPIC",
      "childId": "0.0.4481265",
      "parentId": "0.0.4481265",
      "rationale": "1706895596.736882433"
    },
    "analytics": {
      "textSearch": "text"
    }
  },
  "row": {
    "id": "667c240639282050117a1985",
    "topicId": "0.0.4481265",
    "lastUpdate": 1716755852055,
    "messages": 25,
    "hasNext": false
  },
  "activity": {
    "registries": 10,
    "topics": 10,
    "policies": 10,
    "tools": 10,
    "modules": 10,
    "tokens": 10,
    "dids": 10,
    "contracts": 10,
    "schemas": 10,
    "vcs": 10,
    "vps": 10,
    "roles": 10
  }
}

Last updated