NodeData (JSON)

Data representation of a node - transfer object

URI:NodeData

Properties

Name Type Description
name string Get name of the node, e.g. 004110000
apid string Get the node's apid
templates array of Template
childCount number Get the number of children
streamCount number Get the node's stream count
lastMod number Returns the last modification date for the node.
link array of Link

Example

{
  "name" : "...",
  "apid" : "...",
  "templates" : [ {
    "name" : "...",
    "template" : "..."
  }, {
    "name" : "...",
    "template" : "..."
  } ],
  "childCount" : 12345,
  "streamCount" : 12345,
  "lastMod" : 12345,
  "link" : [ {
    "href" : "...",
    "rel" : "...",
    "type" : "..."
  }, {
    "href" : "...",
    "rel" : "...",
    "type" : "..."
  } ]
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.