Translations: Tagged Data/21/en

From ArdorDocs
Jump to: navigation, search

Get Channel Tagged Data Example

http://localhost:27876/nxt?
  requestType=getChannelTaggedData&
  chain=2&
  channel=video&
  lastIndex=0
{
 "data": [
  {
   "data": "d4f167249340d6d746f49441b8ccdb1bd3521feb",
   "channel": "video",
   "description": "Hash of the video.",
   "type": "",
   "parsedTags": [
    "video",
    "scifi",
    "torrent"
   ],
   "transactionTimestamp": 47843875,
   "tags": "video, scifi, torrent",
   "filename": "",
   "accountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "name": "Stargate SG1 full series",
   "blockTimestamp": 47672045,
   "transactionFullHash": "380760822f5cc9bc184b9c3136d42da0aa1d1e697798b3e296cf3c8039827df7",
   "account": "15295723609781267838",
   "isText": true
  }
 ],
 "requestProcessingTime": 1
}