Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tree structure is defined by references called parent_node_id. There is exactly one node in the tree which has parent_node_id equal to null. It is the so called basec basic level - the top-most top node in the tree.

In Postman example - Get list items in tree / getNodeList

Example - camera type in nodeList:

...

Code Block
languagegraphql
{
  "data": {
    "nodeList": [
      {
        "parent_node_id": 138170,
        "type": "camera",
        "name": "ACCC8EE8A9CA",
        "node_id": 140094
      }
    ]
  }
}

In Postman example - Get list items in tree / getNodeListCamera